diff options
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Runtime')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs index 32cfff6..bebb011 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs | |||
@@ -1169,9 +1169,9 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase | |||
1169 | m_LSL_Functions.llRemoteDataSetRegion(); | 1169 | m_LSL_Functions.llRemoteDataSetRegion(); |
1170 | } | 1170 | } |
1171 | 1171 | ||
1172 | public void llRemoteLoadScript() | 1172 | public void llRemoteLoadScript(string target, string name, int running, int start_param) |
1173 | { | 1173 | { |
1174 | m_LSL_Functions.llRemoteLoadScript(); | 1174 | m_LSL_Functions.llRemoteLoadScript(target, name, running, start_param); |
1175 | } | 1175 | } |
1176 | 1176 | ||
1177 | public void llRemoteLoadScriptPin(string target, string name, int pin, int running, int start_param) | 1177 | public void llRemoteLoadScriptPin(string target, string name, int pin, int running, int start_param) |
@@ -1599,9 +1599,9 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase | |||
1599 | m_LSL_Functions.llSound(); | 1599 | m_LSL_Functions.llSound(); |
1600 | } | 1600 | } |
1601 | 1601 | ||
1602 | public void llSoundPreload() | 1602 | public void llSoundPreload(string sound) |
1603 | { | 1603 | { |
1604 | m_LSL_Functions.llSoundPreload(); | 1604 | m_LSL_Functions.llSoundPreload(sound); |
1605 | } | 1605 | } |
1606 | 1606 | ||
1607 | public LSL_Float llSqrt(double f) | 1607 | public LSL_Float llSqrt(double f) |