mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
add a few more parameters to llGetObjectDetails(); add intger log2(uint)
This commit is contained in:
@@ -670,6 +670,15 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
public const int OBJECT_SIT_COUNT = 38;
|
||||
public const int OBJECT_ANIMATED_COUNT = 39;
|
||||
public const int OBJECT_ANIMATED_SLOTS_AVAILABLE = 40;
|
||||
public const int OBJECT_ACCOUNT_LEVEL = 41;
|
||||
public const int OBJECT_MATERIAL = 42;
|
||||
public const int OBJECT_MASS = 43;
|
||||
public const int OBJECT_TEXT = 44;
|
||||
public const int OBJECT_REZ_TIME = 45;
|
||||
public const int OBJECT_LINK_NUMBER = 46;
|
||||
public const int OBJECT_SCALE = 47;
|
||||
public const int OBJECT_TEXT_COLOR = 48;
|
||||
public const int OBJECT_TEXT_ALPHA = 49;
|
||||
|
||||
|
||||
// Pathfinding types
|
||||
|
||||
Reference in New Issue
Block a user