diff options
author | Maestro Linden <maestro@lindenlab.com> | 2013-07-02 17:59:43 +0000 |
---|---|---|
committer | Maestro Linden <maestro@lindenlab.com> | 2013-07-02 17:59:43 +0000 |
commit | ccc85777986e35c1f16ba71ac0f41bb16429f02e (patch) | |
tree | d629f3491440434c6d79989edfa8a2bbff1ba603 /indra/llcommon | |
parent | d6d2f74fbbf22ba70166a97e15b6c3b39e42ac4d (diff) |
MAINT-1260 add missing PRIM_ constants to syntax highlighting. Reviewed by Kelly.
Diffstat (limited to 'indra/llcommon')
-rwxr-xr-x | indra/llcommon/lllslconstants.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/indra/llcommon/lllslconstants.h b/indra/llcommon/lllslconstants.h index 83fa5bc249..efa66390e8 100755 --- a/indra/llcommon/lllslconstants.h +++ b/indra/llcommon/lllslconstants.h @@ -67,6 +67,19 @@ const S32 LSL_PRIM_TEXGEN = 22; const S32 LSL_PRIM_POINT_LIGHT = 23; const S32 LSL_PRIM_CAST_SHADOWS = 24; const S32 LSL_PRIM_GLOW = 25; +const S32 LSL_PRIM_TEXT = 26; +const S32 LSL_PRIM_NAME = 27; +const S32 LSL_PRIM_DESC = 28; +const S32 LSL_PRIM_ROT_LOCAL = 29; +const S32 LSL_PRIM_PHYSICS_SHAPE_TYPE = 30; +const S32 LSL_PRIM_OMEGA = 32; +const S32 LSL_PRIM_POS_LOCAL = 33; +const S32 LSL_PRIM_LINK_TARGET = 34; +const S32 LSL_PRIM_SLICE = 35; + +const S32 LSL_PRIM_PHYSICS_SHAPE_PRIM = 0; +const S32 LSL_PRIM_PHYSICS_SHAPE_NONE = 1; +const S32 LSL_PRIM_PHYSICS_SHAPE_CONVEX = 2; const S32 LSL_PRIM_TYPE_BOX = 0; const S32 LSL_PRIM_TYPE_CYLINDER= 1; |