aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon/lllslconstants.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-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