aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon/lllslconstants.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:07 -0500
committerJacek Antonelli2008-08-15 23:45:07 -0500
commit8465910c79b8e746e04fd581cca2d60399e569b9 (patch)
treef43fec3e83c46e0d6190dca923d6fb268b52ffdd /linden/indra/llcommon/lllslconstants.h
parentSecond Life viewer sources 1.18.2.1 (diff)
downloadmeta-impy-8465910c79b8e746e04fd581cca2d60399e569b9.zip
meta-impy-8465910c79b8e746e04fd581cca2d60399e569b9.tar.gz
meta-impy-8465910c79b8e746e04fd581cca2d60399e569b9.tar.bz2
meta-impy-8465910c79b8e746e04fd581cca2d60399e569b9.tar.xz
Second Life viewer sources 1.18.3.2-RC
Diffstat (limited to 'linden/indra/llcommon/lllslconstants.h')
-rw-r--r--linden/indra/llcommon/lllslconstants.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/linden/indra/llcommon/lllslconstants.h b/linden/indra/llcommon/lllslconstants.h
index afe4a9e..151c7a2 100644
--- a/linden/indra/llcommon/lllslconstants.h
+++ b/linden/indra/llcommon/lllslconstants.h
@@ -166,4 +166,15 @@ const S32 STRING_TRIM_HEAD = 0x01;
166const S32 STRING_TRIM_TAIL = 0x02; 166const S32 STRING_TRIM_TAIL = 0x02;
167const S32 STRING_TRIM = STRING_TRIM_HEAD | STRING_TRIM_TAIL; 167const S32 STRING_TRIM = STRING_TRIM_HEAD | STRING_TRIM_TAIL;
168 168
169// llGetObjectDetails
170const S32 OBJECT_UNKOWN_DETAIL = -1;
171const S32 OBJECT_NAME = 1;
172const S32 OBJECT_DESC = 2;
173const S32 OBJECT_POS = 3;
174const S32 OBJECT_ROT = 4;
175const S32 OBJECT_VELOCITY = 5;
176const S32 OBJECT_OWNER = 6;
177const S32 OBJECT_GROUP = 7;
178const S32 OBJECT_CREATOR = 8;
179
169#endif 180#endif