diff options
author | Jacek Antonelli | 2008-09-06 18:24:57 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-09-06 18:25:07 -0500 |
commit | 798d367d54a6c6379ad355bd8345fa40e31e7fe9 (patch) | |
tree | 1921f1708cd0240648c97bc02df2c2ab5f2fc41e /linden/indra/llcommon/lllslconstants.h | |
parent | Second Life viewer sources 1.20.15 (diff) | |
download | meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.zip meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.gz meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.bz2 meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.xz |
Second Life viewer sources 1.21.0-RC
Diffstat (limited to 'linden/indra/llcommon/lllslconstants.h')
-rw-r--r-- | linden/indra/llcommon/lllslconstants.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/linden/indra/llcommon/lllslconstants.h b/linden/indra/llcommon/lllslconstants.h index 508fb42..24120a2 100644 --- a/linden/indra/llcommon/lllslconstants.h +++ b/linden/indra/llcommon/lllslconstants.h | |||
@@ -126,6 +126,9 @@ const S32 LSL_PRIM_SCULPT_TYPE_SPHERE = 1; | |||
126 | const S32 LSL_PRIM_SCULPT_TYPE_TORUS = 2; | 126 | const S32 LSL_PRIM_SCULPT_TYPE_TORUS = 2; |
127 | const S32 LSL_PRIM_SCULPT_TYPE_PLANE = 3; | 127 | const S32 LSL_PRIM_SCULPT_TYPE_PLANE = 3; |
128 | const S32 LSL_PRIM_SCULPT_TYPE_CYLINDER = 4; | 128 | const S32 LSL_PRIM_SCULPT_TYPE_CYLINDER = 4; |
129 | const S32 LSL_PRIM_SCULPT_TYPE_MASK = 7; | ||
130 | const S32 LSL_PRIM_SCULPT_FLAG_INVERT = 64; | ||
131 | const S32 LSL_PRIM_SCULPT_FLAG_MIRROR = 128; | ||
129 | 132 | ||
130 | const S32 LSL_ALL_SIDES = -1; | 133 | const S32 LSL_ALL_SIDES = -1; |
131 | const S32 LSL_LINK_ROOT = 1; | 134 | const S32 LSL_LINK_ROOT = 1; |
@@ -181,4 +184,7 @@ const S32 OBJECT_OWNER = 6; | |||
181 | const S32 OBJECT_GROUP = 7; | 184 | const S32 OBJECT_GROUP = 7; |
182 | const S32 OBJECT_CREATOR = 8; | 185 | const S32 OBJECT_CREATOR = 8; |
183 | 186 | ||
187 | // llTextBox() magic token string - yes this is a hack. sue me. | ||
188 | const std::string TEXTBOX_MAGIC_TOKEN = "!!llTextBox!!"; | ||
189 | |||
184 | #endif | 190 | #endif |