Mantis 6015 new LSL function llGetAgentList.

Details in the lsl wiki
This commit is contained in:
Talun
2012-05-08 15:52:25 +01:00
committed by Justin Clark-Casey (justincc)
parent e5dbb652d5
commit 61e99bcdcb
4 changed files with 96 additions and 0 deletions

View File

@@ -501,6 +501,11 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
public const int OBJECT_STREAMING_COST = 15;
public const int OBJECT_PHYSICS_COST = 16;
// for llGetAgentList
public const int AGENT_LIST_PARCEL = 1;
public const int AGENT_LIST_PARCEL_OWNER = 2;
public const int AGENT_LIST_REGION = 4;
// Can not be public const?
public static readonly vector ZERO_VECTOR = new vector(0.0, 0.0, 0.0);
public static readonly rotation ZERO_ROTATION = new rotation(0.0, 0.0, 0.0, 1.0);