diff options
author | SignpostMarv Martin | 2011-10-26 13:33:52 +0100 |
---|---|---|
committer | BlueWall | 2011-10-26 08:41:07 -0400 |
commit | 9a28e7a4e0392ef0a5b890b4c1875a44af57a90c (patch) | |
tree | c8334631d8e464b4e19edcc398bb191f3761f94e /OpenSim/Region/ScriptEngine/Shared/Api/Runtime | |
parent | Implementing PRIM_LINK_TARGET, but only for setting params (diff) | |
download | opensim-SC-9a28e7a4e0392ef0a5b890b4c1875a44af57a90c.zip opensim-SC-9a28e7a4e0392ef0a5b890b4c1875a44af57a90c.tar.gz opensim-SC-9a28e7a4e0392ef0a5b890b4c1875a44af57a90c.tar.bz2 opensim-SC-9a28e7a4e0392ef0a5b890b4c1875a44af57a90c.tar.xz |
Implementation of PRIM_OMEGA, but only for setting
Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Runtime')
-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 50c18a8..ce4661c 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs | |||
@@ -321,6 +321,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase | |||
321 | public const int PRIM_NAME = 27; | 321 | public const int PRIM_NAME = 27; |
322 | public const int PRIM_DESC = 28; | 322 | public const int PRIM_DESC = 28; |
323 | public const int PRIM_ROT_LOCAL = 29; | 323 | public const int PRIM_ROT_LOCAL = 29; |
324 | public const int PRIM_OMEGA = 32; | ||
324 | public const int PRIM_LINK_TARGET = 34; | 325 | public const int PRIM_LINK_TARGET = 34; |
325 | public const int PRIM_TEXGEN_DEFAULT = 0; | 326 | public const int PRIM_TEXGEN_DEFAULT = 0; |
326 | public const int PRIM_TEXGEN_PLANAR = 1; | 327 | public const int PRIM_TEXGEN_PLANAR = 1; |