aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs
index da1ef91..bb498b5 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs
@@ -635,6 +635,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
635 public static readonly LSLInteger RC_GET_ROOT_KEY = 2; 635 public static readonly LSLInteger RC_GET_ROOT_KEY = 2;
636 public static readonly LSLInteger RC_GET_LINK_NUM = 4; 636 public static readonly LSLInteger RC_GET_LINK_NUM = 4;
637 637
638 public static readonly LSLInteger RCERR_UNKNOWN = -1;
639 public static readonly LSLInteger RCERR_SIM_PERF_LOW = -2;
638 public static readonly LSLInteger RCERR_CAST_TIME_EXCEEDED = 3; 640 public static readonly LSLInteger RCERR_CAST_TIME_EXCEEDED = 3;
639 } 641 }
640} 642}