Add PRIM_NAME, PRIM_DESC and PRIM_ROT_LOCAL

This commit is contained in:
Melanie
2010-10-24 18:19:48 +02:00
parent 627d1a42fe
commit 852c61aaa6
2 changed files with 30 additions and 0 deletions

View File

@@ -316,6 +316,9 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
public const int PRIM_POINT_LIGHT = 23; // Huh?
public const int PRIM_GLOW = 25;
public const int PRIM_TEXT = 26;
public const int PRIM_NAME = 27;
public const int PRIM_DESC = 28;
public const int PRIM_ROT_LOCAL = 29;
public const int PRIM_TEXGEN_DEFAULT = 0;
public const int PRIM_TEXGEN_PLANAR = 1;