mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
Missing constants for llGetObjectDetails
OBJECT_BODY_SHAPE_TYPE OBJECT_HOVER_HEIGHT OBJECT_LAST_OWNER_ID OBJECT_RENDER_WEIGHT Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com>
This commit is contained in:
@@ -596,6 +596,10 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
public const int OBJECT_PHYSICS = 21;
|
||||
public const int OBJECT_PHANTOM = 22;
|
||||
public const int OBJECT_TEMP_ON_REZ = 23;
|
||||
public const int OBJECT_RENDER_WEIGHT = 24;
|
||||
public const int OBJECT_HOVER_HEIGHT = 25;
|
||||
public const int OBJECT_BODY_SHAPE_TYPE = 26;
|
||||
public const int OBJECT_LAST_OWNER_ID = 27;
|
||||
|
||||
// Pathfinding types
|
||||
public const int OPT_OTHER = -1;
|
||||
|
||||
Reference in New Issue
Block a user