aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorThomas Grimshaw2010-04-07 08:28:57 +0200
committerThomas Grimshaw2010-04-07 08:28:57 +0200
commit20e3de1f0a1434d51cf833b6418e983101438568 (patch)
tree7ffd3614e5eccb2417ad3bedc55a3167f75aabbc /OpenSim
parentImplement PSYS_SRC_INNERANGLE and PSYS_SRC_OUTERANGLE (diff)
downloadopensim-SC_OLD-20e3de1f0a1434d51cf833b6418e983101438568.zip
opensim-SC_OLD-20e3de1f0a1434d51cf833b6418e983101438568.tar.gz
opensim-SC_OLD-20e3de1f0a1434d51cf833b6418e983101438568.tar.bz2
opensim-SC_OLD-20e3de1f0a1434d51cf833b6418e983101438568.tar.xz
Add CHANGED_REGION_START (alias for CHANGED_REGION_RESTART as per LL Jira SVC-3773)
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs
index ee35fa4..b3e4740 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs
@@ -274,6 +274,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
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_RESTART = 256;
277 public const int CHANGED_REGION_START = 256; //LL Changed the constant from CHANGED_REGION_RESTART
277 public const int CHANGED_REGION = 512; 278 public const int CHANGED_REGION = 512;
278 public const int CHANGED_TELEPORT = 1024; 279 public const int CHANGED_TELEPORT = 1024;
279 public const int CHANGED_ANIMATION = 16384; 280 public const int CHANGED_ANIMATION = 16384;