aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs')
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs8
1 files changed, 5 insertions, 3 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs
index a073862..e59c0be 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs
@@ -56,7 +56,6 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
56 public const int ACTIVE = 2; 56 public const int ACTIVE = 2;
57 public const int PASSIVE = 4; 57 public const int PASSIVE = 4;
58 public const int SCRIPTED = 8; 58 public const int SCRIPTED = 8;
59 public const int OS_NPC = 0x01000000;
60 59
61 public const int CONTROL_FWD = 1; 60 public const int CONTROL_FWD = 1;
62 public const int CONTROL_BACK = 2; 61 public const int CONTROL_BACK = 2;
@@ -81,6 +80,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
81 public const int PERMISSION_CHANGE_PERMISSIONS = 512; 80 public const int PERMISSION_CHANGE_PERMISSIONS = 512;
82 public const int PERMISSION_TRACK_CAMERA = 1024; 81 public const int PERMISSION_TRACK_CAMERA = 1024;
83 public const int PERMISSION_CONTROL_CAMERA = 2048; 82 public const int PERMISSION_CONTROL_CAMERA = 2048;
83 public const int PERMISSION_TELEPORT = 4096;
84 84
85 public const int AGENT_FLYING = 1; 85 public const int AGENT_FLYING = 1;
86 public const int AGENT_ATTACHMENTS = 2; 86 public const int AGENT_ATTACHMENTS = 2;
@@ -95,6 +95,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
95 public const int AGENT_CROUCHING = 1024; 95 public const int AGENT_CROUCHING = 1024;
96 public const int AGENT_BUSY = 2048; 96 public const int AGENT_BUSY = 2048;
97 public const int AGENT_ALWAYS_RUN = 4096; 97 public const int AGENT_ALWAYS_RUN = 4096;
98 public const int AGENT_MALE = 8192;
98 99
99 //Particle Systems 100 //Particle Systems
100 public const int PSYS_PART_INTERP_COLOR_MASK = 1; 101 public const int PSYS_PART_INTERP_COLOR_MASK = 1;
@@ -350,6 +351,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
350 public const int CHANGED_REGION_START = 1024; //LL Changed the constant from CHANGED_REGION_RESTART 351 public const int CHANGED_REGION_START = 1024; //LL Changed the constant from CHANGED_REGION_RESTART
351 public const int CHANGED_MEDIA = 2048; 352 public const int CHANGED_MEDIA = 2048;
352 public const int CHANGED_ANIMATION = 16384; 353 public const int CHANGED_ANIMATION = 16384;
354 public const int CHANGED_POSITION = 32768;
353 public const int TYPE_INVALID = 0; 355 public const int TYPE_INVALID = 0;
354 public const int TYPE_INTEGER = 1; 356 public const int TYPE_INTEGER = 1;
355 public const int TYPE_FLOAT = 2; 357 public const int TYPE_FLOAT = 2;
@@ -698,7 +700,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
698 public const int FRICTION = 2; 700 public const int FRICTION = 2;
699 public const int RESTITUTION = 4; 701 public const int RESTITUTION = 4;
700 public const int GRAVITY_MULTIPLIER = 8; 702 public const int GRAVITY_MULTIPLIER = 8;
701 703
702 // extra constants for llSetPrimMediaParams 704 // extra constants for llSetPrimMediaParams
703 public static readonly LSLInteger LSL_STATUS_OK = new LSLInteger(0); 705 public static readonly LSLInteger LSL_STATUS_OK = new LSLInteger(0);
704 public static readonly LSLInteger LSL_STATUS_MALFORMED_PARAMS = new LSLInteger(1000); 706 public static readonly LSLInteger LSL_STATUS_MALFORMED_PARAMS = new LSLInteger(1000);
@@ -770,7 +772,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
770 772
771 public static readonly LSLInteger RCERR_UNKNOWN = -1; 773 public static readonly LSLInteger RCERR_UNKNOWN = -1;
772 public static readonly LSLInteger RCERR_SIM_PERF_LOW = -2; 774 public static readonly LSLInteger RCERR_SIM_PERF_LOW = -2;
773 public static readonly LSLInteger RCERR_CAST_TIME_EXCEEDED = 3; 775 public static readonly LSLInteger RCERR_CAST_TIME_EXCEEDED = -3;
774 776
775 public const int KFM_MODE = 1; 777 public const int KFM_MODE = 1;
776 public const int KFM_LOOP = 1; 778 public const int KFM_LOOP = 1;