diff options
author | Kelly Washington <kelly@lindenlab.com> | 2007-07-26 16:51:08 +0000 |
---|---|---|
committer | Kelly Washington <kelly@lindenlab.com> | 2007-07-26 16:51:08 +0000 |
commit | ef32d1d6b03aad55b26c5e1537cdbc47c6b6c0c4 (patch) | |
tree | 26760f3422ed0ad3b36667dfa9f6ab27767b317b /indra/llcommon/lllslconstants.h | |
parent | 9746cf5310871f305a1419163c5adfbed3f1534b (diff) |
merge -r66262:66263 linden/branches/kelly/llgetobjectdetails-2
Diffstat (limited to 'indra/llcommon/lllslconstants.h')
-rw-r--r-- | indra/llcommon/lllslconstants.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/indra/llcommon/lllslconstants.h b/indra/llcommon/lllslconstants.h index 87234a463c..9f6ac1c521 100644 --- a/indra/llcommon/lllslconstants.h +++ b/indra/llcommon/lllslconstants.h @@ -146,4 +146,15 @@ const S32 STRING_TRIM_HEAD = 0x01; const S32 STRING_TRIM_TAIL = 0x02; const S32 STRING_TRIM = STRING_TRIM_HEAD | STRING_TRIM_TAIL; +// llGetObjectDetails +const S32 OBJECT_UNKOWN_DETAIL = -1; +const S32 OBJECT_NAME = 1; +const S32 OBJECT_DESC = 2; +const S32 OBJECT_POS = 3; +const S32 OBJECT_ROT = 4; +const S32 OBJECT_VELOCITY = 5; +const S32 OBJECT_OWNER = 6; +const S32 OBJECT_GROUP = 7; +const S32 OBJECT_CREATOR = 8; + #endif |