aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs
diff options
context:
space:
mode:
authoralondria2008-03-21 20:04:52 +0000
committeralondria2008-03-21 20:04:52 +0000
commit181c5ab7d7304c5a14c9b2b1af76609bd244dfe8 (patch)
tree7464a89df6568b4d8ae3b8c1fd7b1c77dd9ae2ef /OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs
parent* If a client session requests the same texture more than n times (currently ... (diff)
downloadopensim-SC_OLD-181c5ab7d7304c5a14c9b2b1af76609bd244dfe8.zip
opensim-SC_OLD-181c5ab7d7304c5a14c9b2b1af76609bd244dfe8.tar.gz
opensim-SC_OLD-181c5ab7d7304c5a14c9b2b1af76609bd244dfe8.tar.bz2
opensim-SC_OLD-181c5ab7d7304c5a14c9b2b1af76609bd244dfe8.tar.xz
Implements llGetObjectDetails()
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs b/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs
index cecda07..c8b02da 100644
--- a/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs
+++ b/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs
@@ -635,6 +635,7 @@ namespace OpenSim.Region.ScriptEngine.Common
635 //wiki list llGetParcelDetails(vector pos, list params) 635 //wiki list llGetParcelDetails(vector pos, list params)
636 LSL_Types.list llGetParcelDetails(LSL_Types.Vector3 pos, LSL_Types.list param); 636 LSL_Types.list llGetParcelDetails(LSL_Types.Vector3 pos, LSL_Types.list param);
637 string llStringTrim(string src, int type); 637 string llStringTrim(string src, int type);
638 LSL_Types.list llGetObjectDetails(string id, LSL_Types.list args);
638 //OpenSim functions 639 //OpenSim functions
639 string osSetDynamicTextureURL(string dynamicID, string contentType, string url, string extraParams, int timer); 640 string osSetDynamicTextureURL(string dynamicID, string contentType, string url, string extraParams, int timer);
640 string osSetDynamicTextureURLBlend(string dynamicID, string contentType, string url, string extraParams, 641 string osSetDynamicTextureURLBlend(string dynamicID, string contentType, string url, string extraParams,