diff options
author | Melanie | 2010-08-06 15:11:18 +0100 |
---|---|---|
committer | Melanie | 2010-08-06 15:11:18 +0100 |
commit | 120f3a18f298ac023e80da187f70e886a7cacfbd (patch) | |
tree | 5d82092f0b822e5c72d1663cdcf0c9377ace6e3b /OpenSim/Region/ScriptEngine/Shared/Api | |
parent | People can't leave their hands ooff "well enough". StateSource 0 was region (diff) | |
download | opensim-SC_OLD-120f3a18f298ac023e80da187f70e886a7cacfbd.zip opensim-SC_OLD-120f3a18f298ac023e80da187f70e886a7cacfbd.tar.gz opensim-SC_OLD-120f3a18f298ac023e80da187f70e886a7cacfbd.tar.bz2 opensim-SC_OLD-120f3a18f298ac023e80da187f70e886a7cacfbd.tar.xz |
Correct some script constants.
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs index dba6502..69f48c9 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs | |||
@@ -273,9 +273,10 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase | |||
273 | public const int CHANGED_LINK = 32; | 273 | public const int CHANGED_LINK = 32; |
274 | public const int CHANGED_ALLOWED_DROP = 64; | 274 | public const int CHANGED_ALLOWED_DROP = 64; |
275 | public const int CHANGED_OWNER = 128; | 275 | public const int CHANGED_OWNER = 128; |
276 | public const int CHANGED_REGION_RESTART = 256; | 276 | public const int CHANGED_REGION = 256; |
277 | public const int CHANGED_REGION = 512; | 277 | public const int CHANGED_TELEPORT = 512; |
278 | public const int CHANGED_TELEPORT = 1024; | 278 | public const int CHANGED_REGION_RESTART = 1024; |
279 | public const int CHANGED_REGION_START = 1024; //LL Changed the constant from CHANGED_REGION_RESTART | ||
279 | public const int CHANGED_ANIMATION = 16384; | 280 | public const int CHANGED_ANIMATION = 16384; |
280 | public const int TYPE_INVALID = 0; | 281 | public const int TYPE_INVALID = 0; |
281 | public const int TYPE_INTEGER = 1; | 282 | public const int TYPE_INTEGER = 1; |