diff options
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs b/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs index ba0c8e5..612cca4 100644 --- a/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs +++ b/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs | |||
@@ -3268,6 +3268,12 @@ namespace OpenSim.Region.ScriptEngine.Common | |||
3268 | NotImplemented("llSetPrimitiveParams"); | 3268 | NotImplemented("llSetPrimitiveParams"); |
3269 | } | 3269 | } |
3270 | 3270 | ||
3271 | public void llSetLinkPrimitiveParams(int linknumber, LSL_Types.list rules) | ||
3272 | { | ||
3273 | m_host.AddScriptLPS(1); | ||
3274 | NotImplemented("llSetLinkPrimitiveParams"); | ||
3275 | } | ||
3276 | |||
3271 | public string llStringToBase64(string str) | 3277 | public string llStringToBase64(string str) |
3272 | { | 3278 | { |
3273 | m_host.AddScriptLPS(1); | 3279 | m_host.AddScriptLPS(1); |