aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon/lllslconstants.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-09-06 18:24:57 -0500
committerJacek Antonelli2008-09-06 18:25:07 -0500
commit798d367d54a6c6379ad355bd8345fa40e31e7fe9 (patch)
tree1921f1708cd0240648c97bc02df2c2ab5f2fc41e /linden/indra/llcommon/lllslconstants.h
parentSecond Life viewer sources 1.20.15 (diff)
downloadmeta-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.h6
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;
126const S32 LSL_PRIM_SCULPT_TYPE_TORUS = 2; 126const S32 LSL_PRIM_SCULPT_TYPE_TORUS = 2;
127const S32 LSL_PRIM_SCULPT_TYPE_PLANE = 3; 127const S32 LSL_PRIM_SCULPT_TYPE_PLANE = 3;
128const S32 LSL_PRIM_SCULPT_TYPE_CYLINDER = 4; 128const S32 LSL_PRIM_SCULPT_TYPE_CYLINDER = 4;
129const S32 LSL_PRIM_SCULPT_TYPE_MASK = 7;
130const S32 LSL_PRIM_SCULPT_FLAG_INVERT = 64;
131const S32 LSL_PRIM_SCULPT_FLAG_MIRROR = 128;
129 132
130const S32 LSL_ALL_SIDES = -1; 133const S32 LSL_ALL_SIDES = -1;
131const S32 LSL_LINK_ROOT = 1; 134const S32 LSL_LINK_ROOT = 1;
@@ -181,4 +184,7 @@ const S32 OBJECT_OWNER = 6;
181const S32 OBJECT_GROUP = 7; 184const S32 OBJECT_GROUP = 7;
182const S32 OBJECT_CREATOR = 8; 185const S32 OBJECT_CREATOR = 8;
183 186
187// llTextBox() magic token string - yes this is a hack. sue me.
188const std::string TEXTBOX_MAGIC_TOKEN = "!!llTextBox!!";
189
184#endif 190#endif