diff options
author | Melanie Thielker | 2014-09-09 03:01:05 +0200 |
---|---|---|
committer | Melanie Thielker | 2014-09-09 03:01:05 +0200 |
commit | f2390f7c72c70912da8c5d4626064996d42811bc (patch) | |
tree | d6382ec5b3c91075e71bbb12bd89a14c0021dbfc /OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs | |
parent | do not send objectproprieties on sop.SetGroup(). I many cases this will (diff) | |
download | opensim-SC-f2390f7c72c70912da8c5d4626064996d42811bc.zip opensim-SC-f2390f7c72c70912da8c5d4626064996d42811bc.tar.gz opensim-SC-f2390f7c72c70912da8c5d4626064996d42811bc.tar.bz2 opensim-SC-f2390f7c72c70912da8c5d4626064996d42811bc.tar.xz |
Plumb llSetAnimationOverride
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs | 1 |
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 e59c0be..e6ab6ec 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs | |||
@@ -81,6 +81,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase | |||
81 | public const int PERMISSION_TRACK_CAMERA = 1024; | 81 | public const int PERMISSION_TRACK_CAMERA = 1024; |
82 | public const int PERMISSION_CONTROL_CAMERA = 2048; | 82 | public const int PERMISSION_CONTROL_CAMERA = 2048; |
83 | public const int PERMISSION_TELEPORT = 4096; | 83 | public const int PERMISSION_TELEPORT = 4096; |
84 | public const int PERMISSION_OVERRIDE_ANIMATIONS = 0x8000; | ||
84 | 85 | ||
85 | public const int AGENT_FLYING = 1; | 86 | public const int AGENT_FLYING = 1; |
86 | public const int AGENT_ATTACHMENTS = 2; | 87 | public const int AGENT_ATTACHMENTS = 2; |