Template:LSL Constants/Object Details

From Second Life Wiki
Revision as of 09:59, 30 August 2007 by Strife Onizuka (talk | contribs) (New page: {{{!}} class="sortable" {{Prettytable}} {{!}}-{{Hl2}} ! {{!}} Constant ! title="Value" {{!}} ! class="unsortable"{{!}} Description ! Return ! class="unsortable"{{!}} Alternatives {{!}}- {{...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Constant Description Return Alternatives
OBJECT_NAME 1 Gets the object's name. string
OBJECT_DESC 2 Gets the object's description.
If id is an avatar, an empty string is returned.
string
OBJECT_POS 3 Gets the object's position. vector
OBJECT_ROT 4 Gets the object's rotation. rotation
OBJECT_VELOCITY 5 Gets the object's velocity. vector
OBJECT_OWNER 6 Gets an object's owner's key.
If id is group owned, a NULL_KEY is returned.
key
OBJECT_GROUP 7 Gets the prims's group key.
If id is an avatar, a NULL_KEY is returned.
key Group
OBJECT_CREATOR 8 Gets the object's creator key.
If id is an avatar, a NULL_KEY is returned.
key Creator