Make CHANGED constants consistent with LSL, and consistent across the
code base
This commit is contained in:
Sean Dague
2008-09-09 14:51:41 +00:00
parent 37557da706
commit f141751cf9
4 changed files with 12 additions and 1 deletions

View File

@@ -2017,6 +2017,9 @@ namespace OpenSim.Grid.ScriptEngine.DotNetEngine.Compiler.LSL
public const int CHANGED_LINK = 32;
public const int CHANGED_ALLOWED_DROP = 64;
public const int CHANGED_OWNER = 128;
public const int CHANGED_REGION_RESTART = 256;
public const int CHANGED_REGION = 512;
public const int CHANGED_TELEPORT = 1024;
public const int TYPE_INVALID = 0;
public const int TYPE_INTEGER = 1;
public const int TYPE_double = 2;