aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs
diff options
context:
space:
mode:
authorUbitUmarov2012-05-12 14:10:15 +0100
committerUbitUmarov2012-05-12 14:10:15 +0100
commitcf8b7c8affa5daf7caf56f32cb1354de3d3b3b51 (patch)
tree49bb707ba625df22f195abbe3f4aa939c4eccda3 /OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs
parentubitODE let vehicles responde faster to changes of some parameters like motor... (diff)
parentMantis 6015 new LSL function llGetAgentList. (diff)
downloadopensim-SC-cf8b7c8affa5daf7caf56f32cb1354de3d3b3b51.zip
opensim-SC-cf8b7c8affa5daf7caf56f32cb1354de3d3b3b51.tar.gz
opensim-SC-cf8b7c8affa5daf7caf56f32cb1354de3d3b3b51.tar.bz2
opensim-SC-cf8b7c8affa5daf7caf56f32cb1354de3d3b3b51.tar.xz
Merge branch 'avination' into ubitwork
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs')
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs5
1 files changed, 5 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 6246b57..278f74e 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs
@@ -500,6 +500,11 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
500 public const int OBJECT_STREAMING_COST = 15; 500 public const int OBJECT_STREAMING_COST = 15;
501 public const int OBJECT_PHYSICS_COST = 16; 501 public const int OBJECT_PHYSICS_COST = 16;
502 502
503 // for llGetAgentList
504 public const int AGENT_LIST_PARCEL = 1;
505 public const int AGENT_LIST_PARCEL_OWNER = 2;
506 public const int AGENT_LIST_REGION = 4;
507
503 // Can not be public const? 508 // Can not be public const?
504 public static readonly vector ZERO_VECTOR = new vector(0.0, 0.0, 0.0); 509 public static readonly vector ZERO_VECTOR = new vector(0.0, 0.0, 0.0);
505 public static readonly rotation ZERO_ROTATION = new rotation(0.0, 0.0, 0.0, 1.0); 510 public static readonly rotation ZERO_ROTATION = new rotation(0.0, 0.0, 0.0, 1.0);