mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
Addition of missing constants for llGetObjectDetails including for Mantis 5502
Signed-off-by: nebadon <michael@osgrid.org>
This commit is contained in:
@@ -479,6 +479,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
public const int DEBUG_CHANNEL = 0x7FFFFFFF;
|
||||
public const int PUBLIC_CHANNEL = 0x00000000;
|
||||
|
||||
// Constants for llGetObjectDetails
|
||||
public const int OBJECT_UNKNOWN_DETAIL = -1;
|
||||
public const int OBJECT_NAME = 1;
|
||||
public const int OBJECT_DESC = 2;
|
||||
public const int OBJECT_POS = 3;
|
||||
@@ -487,6 +489,14 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
public const int OBJECT_OWNER = 6;
|
||||
public const int OBJECT_GROUP = 7;
|
||||
public const int OBJECT_CREATOR = 8;
|
||||
public const int OBJECT_RUNNING_SCRIPT_COUNT = 9;
|
||||
public const int OBJECT_TOTAL_SCRIPT_COUNT = 10;
|
||||
public const int OBJECT_SCRIPT_MEMORY = 11;
|
||||
public const int OBJECT_SCRIPT_TIME = 12;
|
||||
public const int OBJECT_PRIM_EQUIVALENCE = 13;
|
||||
public const int OBJECT_SERVER_COST = 14;
|
||||
public const int OBJECT_STREAMING_COST = 15;
|
||||
public const int OBJECT_PHYSICS_COST = 16;
|
||||
|
||||
// Can not be public const?
|
||||
public static readonly vector ZERO_VECTOR = new vector(0.0, 0.0, 0.0);
|
||||
|
||||
Reference in New Issue
Block a user