aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs')
-rw-r--r--OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs2
1 files changed, 1 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 fa957bb..a74340b 100644
--- a/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs
+++ b/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs
@@ -473,7 +473,7 @@ namespace OpenSim.Region.ScriptEngine.Common
473 // 473 //
474 string llDumpList2String(LSL_Types.list src, string seperator); 474 string llDumpList2String(LSL_Types.list src, string seperator);
475 //wiki: integer llScriptDanger(vector pos) 475 //wiki: integer llScriptDanger(vector pos)
476 void llScriptDanger(LSL_Types.Vector3 pos); 476 int llScriptDanger(LSL_Types.Vector3 pos);
477 //wiki: llDialog( key avatar, string message, list buttons, integer chat_channel ) 477 //wiki: llDialog( key avatar, string message, list buttons, integer chat_channel )
478 void llDialog(string avatar, string message, LSL_Types.list buttons, int chat_channel); 478 void llDialog(string avatar, string message, LSL_Types.list buttons, int chat_channel);
479 //wiki: llVolumeDetect(integer detect) 479 //wiki: llVolumeDetect(integer detect)