diff options
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Runtime')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs index 1a3de1e..bc4d20c 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs | |||
@@ -339,7 +339,6 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase | |||
339 | 339 | ||
340 | // LINK flags | 340 | // LINK flags |
341 | public const int LINK_SET = -1; | 341 | public const int LINK_SET = -1; |
342 | public const int LINK_TRUEROOT = 0; // possible this should had been ROOT all the time | ||
343 | public const int LINK_ROOT = 1; | 342 | public const int LINK_ROOT = 1; |
344 | public const int LINK_ALL_OTHERS = -2; | 343 | public const int LINK_ALL_OTHERS = -2; |
345 | public const int LINK_ALL_CHILDREN = -3; | 344 | public const int LINK_ALL_CHILDREN = -3; |
@@ -418,7 +417,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase | |||
418 | public const int PRIM_DESC = 28; | 417 | public const int PRIM_DESC = 28; |
419 | public const int PRIM_ROT_LOCAL = 29; | 418 | public const int PRIM_ROT_LOCAL = 29; |
420 | public const int PRIM_PHYSICS_SHAPE_TYPE = 30; | 419 | public const int PRIM_PHYSICS_SHAPE_TYPE = 30; |
421 | public const int PRIM_PHYSICS_MATERIAL = 31; // aparently not SL | 420 | public const int PRIM_PHYSICS_MATERIAL = 31; // apparently not on SL wiki |
422 | public const int PRIM_OMEGA = 32; | 421 | public const int PRIM_OMEGA = 32; |
423 | public const int PRIM_POS_LOCAL = 33; | 422 | public const int PRIM_POS_LOCAL = 33; |
424 | public const int PRIM_LINK_TARGET = 34; | 423 | public const int PRIM_LINK_TARGET = 34; |
@@ -426,9 +425,9 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase | |||
426 | public const int PRIM_SPECULAR = 36; | 425 | public const int PRIM_SPECULAR = 36; |
427 | public const int PRIM_NORMAL = 37; | 426 | public const int PRIM_NORMAL = 37; |
428 | public const int PRIM_ALPHA_MODE = 38; | 427 | public const int PRIM_ALPHA_MODE = 38; |
429 | public const int PRIM_ALLOW_UNSIT = 39; // experiences related. Unsuport | 428 | public const int PRIM_ALLOW_UNSIT = 39; // experiences related. unsupported |
430 | public const int PRIM_SCRIPTED_SIT_ONLY = 40; // experiences related. Unsuport | 429 | public const int PRIM_SCRIPTED_SIT_ONLY = 40; // experiences related. unsupported |
431 | public const int PRIM_SIT_TARGET = 40; | 430 | public const int PRIM_SIT_TARGET = 41; |
432 | 431 | ||
433 | 432 | ||
434 | // parameters | 433 | // parameters |