aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs
diff options
context:
space:
mode:
authorAdam Frisby2008-05-08 13:49:19 +0000
committerAdam Frisby2008-05-08 13:49:19 +0000
commit31c4d599a077acb3c51aca5c891b70c4065997b3 (patch)
tree3bfe5ed8bfd4268ef6920a220f38a2959030ad1d /OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs
parent* Applying patch #1121 - Fixes for llListen() (Thanks Middlelink!) (diff)
downloadopensim-SC_OLD-31c4d599a077acb3c51aca5c891b70c4065997b3.zip
opensim-SC_OLD-31c4d599a077acb3c51aca5c891b70c4065997b3.tar.gz
opensim-SC_OLD-31c4d599a077acb3c51aca5c891b70c4065997b3.tar.bz2
opensim-SC_OLD-31c4d599a077acb3c51aca5c891b70c4065997b3.tar.xz
* Applying patch #1156 - More implementation work on llGetPrimitiveParams (Thanks middlelink!)
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs b/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs
index 115e4e8..f970878 100644
--- a/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs
+++ b/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs
@@ -544,7 +544,8 @@ namespace OpenSim.Region.ScriptEngine.Common
544 LSL_Types.list llGetBoundingBox(string obj); 544 LSL_Types.list llGetBoundingBox(string obj);
545 //wiki: vector llGetGeometricCenter() 545 //wiki: vector llGetGeometricCenter()
546 LSL_Types.Vector3 llGetGeometricCenter(); 546 LSL_Types.Vector3 llGetGeometricCenter();
547 void llGetPrimitiveParams(); 547 //wiki: list llGetPrimitiveParams(list rules)
548 LSL_Types.list llGetPrimitiveParams(LSL_Types.list rules);
548 //wiki: string llIntegerToBase64(integer number) 549 //wiki: string llIntegerToBase64(integer number)
549 string llIntegerToBase64(int number); 550 string llIntegerToBase64(int number);
550 //wiki integer llBase64ToInteger(string str) 551 //wiki integer llBase64ToInteger(string str)