diff options
author | Jacek Antonelli | 2008-08-15 23:45:07 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:07 -0500 |
commit | 8465910c79b8e746e04fd581cca2d60399e569b9 (patch) | |
tree | f43fec3e83c46e0d6190dca923d6fb268b52ffdd /linden/indra/llcommon/lllslconstants.h | |
parent | Second Life viewer sources 1.18.2.1 (diff) | |
download | meta-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.h | 11 |
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; | |||
166 | const S32 STRING_TRIM_TAIL = 0x02; | 166 | const S32 STRING_TRIM_TAIL = 0x02; |
167 | const S32 STRING_TRIM = STRING_TRIM_HEAD | STRING_TRIM_TAIL; | 167 | const S32 STRING_TRIM = STRING_TRIM_HEAD | STRING_TRIM_TAIL; |
168 | 168 | ||
169 | // llGetObjectDetails | ||
170 | const S32 OBJECT_UNKOWN_DETAIL = -1; | ||
171 | const S32 OBJECT_NAME = 1; | ||
172 | const S32 OBJECT_DESC = 2; | ||
173 | const S32 OBJECT_POS = 3; | ||
174 | const S32 OBJECT_ROT = 4; | ||
175 | const S32 OBJECT_VELOCITY = 5; | ||
176 | const S32 OBJECT_OWNER = 6; | ||
177 | const S32 OBJECT_GROUP = 7; | ||
178 | const S32 OBJECT_CREATOR = 8; | ||
179 | |||
169 | #endif | 180 | #endif |