Implementation of PRIM_OMEGA, but only for setting

Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
This commit is contained in:
SignpostMarv Martin
2011-10-26 13:33:52 +01:00
committed by BlueWall
parent 059f4b6a3a
commit 9a28e7a4e0
2 changed files with 18 additions and 4 deletions

View File

@@ -321,6 +321,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
public const int PRIM_NAME = 27;
public const int PRIM_DESC = 28;
public const int PRIM_ROT_LOCAL = 29;
public const int PRIM_OMEGA = 32;
public const int PRIM_LINK_TARGET = 34;
public const int PRIM_TEXGEN_DEFAULT = 0;
public const int PRIM_TEXGEN_PLANAR = 1;