diff options
author | SignpostMarv Martin | 2011-10-25 13:27:09 +0100 |
---|---|---|
committer | BlueWall | 2011-10-26 07:47:44 -0400 |
commit | 059f4b6a3a870fdbb246ed2a4109cbf28b58ca7d (patch) | |
tree | 814607d0c9f6c6fccdc7db7c2118596069b895d6 /OpenSim/Region/ScriptEngine/Shared/Api/Runtime | |
parent | Restart the event queue worker threads that I accidentally disabled earlier t... (diff) | |
download | opensim-SC_OLD-059f4b6a3a870fdbb246ed2a4109cbf28b58ca7d.zip opensim-SC_OLD-059f4b6a3a870fdbb246ed2a4109cbf28b58ca7d.tar.gz opensim-SC_OLD-059f4b6a3a870fdbb246ed2a4109cbf28b58ca7d.tar.bz2 opensim-SC_OLD-059f4b6a3a870fdbb246ed2a4109cbf28b58ca7d.tar.xz |
Implementing PRIM_LINK_TARGET, but only for setting params
Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
Diffstat (limited to '')
-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 4b008a4..50c18a8 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_LINK_TARGET = 34; | ||
324 | public const int PRIM_TEXGEN_DEFAULT = 0; | 325 | public const int PRIM_TEXGEN_DEFAULT = 0; |
325 | public const int PRIM_TEXGEN_PLANAR = 1; | 326 | public const int PRIM_TEXGEN_PLANAR = 1; |
326 | 327 | ||