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 Melanie
parent 3c37bc2851
commit e618194143
4 changed files with 96 additions and 0 deletions

View File

@@ -500,6 +500,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);