aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs
diff options
context:
space:
mode:
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)