Adding constants: OBJECT_PHANTOM, OBJECT_PHYSICS, and OBJECT_TEMP_ON_REZ.
This commit is contained in:
parent
c50cd9efbd
commit
7d8a3ae47f
3 changed files with 19 additions and 0 deletions
|
@ -447,6 +447,9 @@ namespace LSLEditor
|
|||
public static readonly integer OBJECT_PATHFINDING_TYPE = 20;
|
||||
public static readonly integer OBJECT_GROUP = 7;
|
||||
public static readonly integer OBJECT_CREATOR = 8;
|
||||
public static readonly integer OBJECT_PHYSICS = 21;
|
||||
public static readonly integer OBJECT_PHANTOM = 22;
|
||||
public static readonly integer OBJECT_TEMP_ON_REZ = 23;
|
||||
|
||||
public static readonly integer OBJECT_STREAMING_COST = 15;
|
||||
public static readonly integer OBJECT_PHYSICS_COST = 16;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue