diff options
Diffstat (limited to '')
-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 |