aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Interface
diff options
context:
space:
mode:
authorUbitUmarov2018-11-18 22:39:08 +0000
committerUbitUmarov2018-11-18 22:39:08 +0000
commit01b84ef46b73510e6f5c24b1e0fba1967bfbc608 (patch)
tree475a825a6fa6da0256e05513ca7bbc1309bd838a /OpenSim/Region/ScriptEngine/Shared/Api/Interface
parentupdate osslEnable (diff)
downloadopensim-SC-01b84ef46b73510e6f5c24b1e0fba1967bfbc608.zip
opensim-SC-01b84ef46b73510e6f5c24b1e0fba1967bfbc608.tar.gz
opensim-SC-01b84ef46b73510e6f5c24b1e0fba1967bfbc608.tar.bz2
opensim-SC-01b84ef46b73510e6f5c24b1e0fba1967bfbc608.tar.xz
some cleanup
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Interface')
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
index 4cb63b1..101e69d 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
@@ -169,11 +169,11 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
169 LSL_Integer llGetNumberOfPrims(); 169 LSL_Integer llGetNumberOfPrims();
170 LSL_Integer llGetNumberOfSides(); 170 LSL_Integer llGetNumberOfSides();
171 LSL_String llGetObjectDesc(); 171 LSL_String llGetObjectDesc();
172 LSL_List llGetObjectDetails(string id, LSL_List args); 172 LSL_List llGetObjectDetails(LSL_Key objectId, LSL_List args);
173 LSL_Float llGetObjectMass(string id); 173 LSL_Float llGetObjectMass(LSL_Key objectId);
174 LSL_String llGetObjectName(); 174 LSL_String llGetObjectName();
175 LSL_Integer llGetObjectPermMask(int mask); 175 LSL_Integer llGetObjectPermMask(int mask);
176 LSL_Integer llGetObjectPrimCount(string object_id); 176 LSL_Integer llGetObjectPrimCount(LSL_Key objectId);
177 LSL_Vector llGetOmega(); 177 LSL_Vector llGetOmega();
178 LSL_Key llGetOwner(); 178 LSL_Key llGetOwner();
179 LSL_Key llGetOwnerKey(string id); 179 LSL_Key llGetOwnerKey(string id);
@@ -416,7 +416,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
416 void llStopSound(); 416 void llStopSound();
417 LSL_Integer llStringLength(string str); 417 LSL_Integer llStringLength(string str);
418 LSL_String llStringToBase64(string str); 418 LSL_String llStringToBase64(string str);
419 LSL_String llStringTrim(string src, int type); 419 LSL_String llStringTrim(LSL_String src, LSL_Integer type);
420 LSL_Integer llSubStringIndex(string source, string pattern); 420 LSL_Integer llSubStringIndex(string source, string pattern);
421 void llTakeCamera(string avatar); 421 void llTakeCamera(string avatar);
422 void llTakeControls(int controls, int accept, int pass_on); 422 void llTakeControls(int controls, int accept, int pass_on);