diff options
Merge branch 'master' into careminster
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs | 5 |
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 9d830c8..5c6ad8a 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs | |||
@@ -503,6 +503,11 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase | |||
503 | public const int OBJECT_STREAMING_COST = 15; | 503 | public const int OBJECT_STREAMING_COST = 15; |
504 | public const int OBJECT_PHYSICS_COST = 16; | 504 | public const int OBJECT_PHYSICS_COST = 16; |
505 | 505 | ||
506 | // for llGetAgentList | ||
507 | public const int AGENT_LIST_PARCEL = 1; | ||
508 | public const int AGENT_LIST_PARCEL_OWNER = 2; | ||
509 | public const int AGENT_LIST_REGION = 4; | ||
510 | |||
506 | // Can not be public const? | 511 | // Can not be public const? |
507 | public static readonly vector ZERO_VECTOR = new vector(0.0, 0.0, 0.0); | 512 | public static readonly vector ZERO_VECTOR = new vector(0.0, 0.0, 0.0); |
508 | public static readonly rotation ZERO_ROTATION = new rotation(0.0, 0.0, 0.0, 1.0); | 513 | public static readonly rotation ZERO_ROTATION = new rotation(0.0, 0.0, 0.0, 1.0); |