diff options
author | Melanie | 2010-10-24 18:19:48 +0200 |
---|---|---|
committer | Melanie | 2010-10-24 18:17:21 +0100 |
commit | 852c61aaa6e5a2e41e7c1724ee974382a55007ec (patch) | |
tree | 84ac67de50fc1e7487cb3531b74070c665826924 /OpenSim/Region/ScriptEngine/Shared/Api/Runtime | |
parent | Added inner exception handling in Shape deserialization processing, so that t... (diff) | |
download | opensim-SC-852c61aaa6e5a2e41e7c1724ee974382a55007ec.zip opensim-SC-852c61aaa6e5a2e41e7c1724ee974382a55007ec.tar.gz opensim-SC-852c61aaa6e5a2e41e7c1724ee974382a55007ec.tar.bz2 opensim-SC-852c61aaa6e5a2e41e7c1724ee974382a55007ec.tar.xz |
Add PRIM_NAME, PRIM_DESC and PRIM_ROT_LOCAL
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Runtime')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs | 3 |
1 files changed, 3 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 5da6bb9..b96e977 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs | |||
@@ -316,6 +316,9 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase | |||
316 | public const int PRIM_POINT_LIGHT = 23; // Huh? | 316 | public const int PRIM_POINT_LIGHT = 23; // Huh? |
317 | public const int PRIM_GLOW = 25; | 317 | public const int PRIM_GLOW = 25; |
318 | public const int PRIM_TEXT = 26; | 318 | public const int PRIM_TEXT = 26; |
319 | public const int PRIM_NAME = 27; | ||
320 | public const int PRIM_DESC = 28; | ||
321 | public const int PRIM_ROT_LOCAL = 29; | ||
319 | public const int PRIM_TEXGEN_DEFAULT = 0; | 322 | public const int PRIM_TEXGEN_DEFAULT = 0; |
320 | public const int PRIM_TEXGEN_PLANAR = 1; | 323 | public const int PRIM_TEXGEN_PLANAR = 1; |
321 | 324 | ||