diff options
author | UbitUmarov | 2013-06-06 00:37:06 +0100 |
---|---|---|
committer | UbitUmarov | 2013-06-06 00:37:06 +0100 |
commit | c5d967b946b021cff455fbd507b8858401a5eb1f (patch) | |
tree | f28bf14138dc830ec0515d5251f1bca0fb6c3f47 /OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs | |
parent | Merge branch 'avination-current' into ubitwork (diff) | |
parent | Update HTTP server (diff) | |
download | opensim-SC-c5d967b946b021cff455fbd507b8858401a5eb1f.zip opensim-SC-c5d967b946b021cff455fbd507b8858401a5eb1f.tar.gz opensim-SC-c5d967b946b021cff455fbd507b8858401a5eb1f.tar.bz2 opensim-SC-c5d967b946b021cff455fbd507b8858401a5eb1f.tar.xz |
Merge branch 'avination-current' into ubitwork
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 c664a84..6efa73f 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs | |||
@@ -80,6 +80,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase | |||
80 | public const int PERMISSION_CHANGE_PERMISSIONS = 512; | 80 | public const int PERMISSION_CHANGE_PERMISSIONS = 512; |
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 | 84 | ||
84 | public const int AGENT_FLYING = 1; | 85 | public const int AGENT_FLYING = 1; |
85 | public const int AGENT_ATTACHMENTS = 2; | 86 | public const int AGENT_ATTACHMENTS = 2; |