Adding constants: OBJECT_PHANTOM, OBJECT_PHYSICS, and OBJECT_TEMP_ON_REZ.

This commit is contained in:
Ima Mechanique 2012-12-28 02:32:19 +00:00
parent c50cd9efbd
commit 7d8a3ae47f
3 changed files with 19 additions and 0 deletions

View file

@ -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;