Difference between revisions of "Template:LSL Constants/Object Details"
Jump to navigation
Jump to search
m |
|||
(60 intermediate revisions by 11 users not shown) | |||
Line 4: | Line 4: | ||
! title="Value" {{!}} | ! title="Value" {{!}} | ||
! class="unsortable"{{!}} Description | ! class="unsortable"{{!}} Description | ||
! class="unsortable"{{!}} | ! class="unsortable"{{!}} Length when [[typecast]] to a [[string]] | ||
! Return | ! Return | ||
! class="unsortable"{{!}} Alternatives | ! class="unsortable"{{!}} Alternatives | ||
Line 11: | Line 11: | ||
{{!}}{{LSL Const|OBJECT_NAME|integer|1|c=Gets the prim's name.}} | {{!}}{{LSL Const|OBJECT_NAME|integer|1|c=Gets the prim's name.}} | ||
{{!}}{{#var:value}} | {{!}}{{#var:value}} | ||
{{!}}{{#var:comment}} | {{!}}{{#var:comment}}<br/>If '''id''' is an avatar, the {{LSLGC|Legacy Name}} is returned. | ||
{{!}}63 | {{!}}max. 63 characters | ||
{{!}}[[string]] | {{!}}[[string]] {{LSL PL|type=string|name}} | ||
{{!}} | {{!}} | ||
*[[llKey2Name]] | *[[llKey2Name]] | ||
Line 22: | Line 22: | ||
{{!}}{{#var:value}} | {{!}}{{#var:value}} | ||
{{!}}{{#var:comment}}<br/>If '''id''' is an avatar, an empty string is returned. | {{!}}{{#var:comment}}<br/>If '''id''' is an avatar, an empty string is returned. | ||
{{!}}127 | {{!}}max. 127 characters | ||
{{!}}[[string]] | {{!}}[[string]] {{LSL PL|type=string|desc}} | ||
{{!}} | {{!}} | ||
{{!}} [[llGetObjectDesc]] | {{!}} [[llGetObjectDesc]] | ||
Line 30: | Line 30: | ||
{{!}}{{#var:value}} | {{!}}{{#var:value}} | ||
{{!}}Gets the prim's position in [[Viewer_coordinate_frames#Region|region coordinates]].<br/>If '''id''' is an avatar outside the region (see above), this position is relative to the region the script is [[llGetRegionName|running in]]. | {{!}}Gets the prim's position in [[Viewer_coordinate_frames#Region|region coordinates]].<br/>If '''id''' is an avatar outside the region (see above), this position is relative to the region the script is [[llGetRegionName|running in]]. | ||
{{!}} | {{!}}max. 37 characters | ||
{{!}}[[vector]] | {{!}}[[vector]] {{LSL PL|type=vector|pos}} | ||
{{!}} | {{!}} | ||
*[[llDetectedPos]] | *[[llDetectedPos]] | ||
Line 39: | Line 39: | ||
{{!}}{{#var:value}} | {{!}}{{#var:value}} | ||
{{!}}{{#var:comment}} | {{!}}{{#var:comment}} | ||
{{!}} | {{!}}max. 48 characters | ||
{{!}}[[rotation]] | {{!}}[[rotation]] {{LSL PL|type=rotation|rot}} | ||
{{!}} | {{!}} | ||
*[[llDetectedRot]] | *[[llDetectedRot]] | ||
Line 48: | Line 48: | ||
{{!}}{{#var:value}} | {{!}}{{#var:value}} | ||
{{!}}{{#var:comment}} | {{!}}{{#var:comment}} | ||
{{!}} | {{!}}36 characters | ||
{{!}}[[vector]] | {{!}}[[vector]] {{LSL PL|type=vector|vel}} | ||
{{!}} | {{!}} | ||
*[[llDetectedVel]] | *[[llDetectedVel]] | ||
Line 57: | Line 57: | ||
{{!}}{{#var:value}} | {{!}}{{#var:value}} | ||
{{!}}Gets an object's {{LSLGC|Owner|owner}} key.<br/>If '''id''' is an avatar, that avatar's key is returned (which is the same as '''id''').<br/>If '''id''' is group-owned, a {{LSL Constant/NULL_KEY}} is returned. | {{!}}Gets an object's {{LSLGC|Owner|owner}} key.<br/>If '''id''' is an avatar, that avatar's key is returned (which is the same as '''id''').<br/>If '''id''' is group-owned, a {{LSL Constant/NULL_KEY}} is returned. | ||
{{!}} | {{!}}36 characters | ||
{{!}}[[key]] | {{!}}[[key]] {{LSL PL|type=key|subtype=owner}} | ||
{{!}} | {{!}} | ||
*[[llDetectedOwner]] | *[[llDetectedOwner]] | ||
Line 66: | Line 66: | ||
{{!}}{{LSL Const|OBJECT_GROUP|integer|7|c=Gets the prim's group key.}} | {{!}}{{LSL Const|OBJECT_GROUP|integer|7|c=Gets the prim's group key.}} | ||
{{!}}{{#var:value}} | {{!}}{{#var:value}} | ||
{{!}}Gets the prim's {{LSLGC|Group|group}} key.<br/>If '''id''' is an avatar, a {{LSL Constant/NULL_KEY}} is returned. | {{!}}Gets the prim's {{LSLGC|Group|group}} key.<br/>If '''id''' is an avatar, a {{LSL Constant/NULL_KEY}} is returned.{{Footnote|There are at least 3 JIRA's about OBJECT_GROUP and avatars, LL has refused all of them. Most recently on December 5th 2013 in {{JIRA|BUG-4654}}.|There are at least 3 JIRA's about OBJECT_GROUP and avatars, LL has refused all of them. Most recently on December 5th 2013 in BUG-4654.}} | ||
{{!}} | {{!}}36 characters | ||
{{!}}[[key]] | {{!}}[[key]] {{LSL PL|type=key|group}} | ||
{{!}}{{LSLGC|Group}} | {{!}}{{LSLGC|Group}} | ||
{{!}} | |||
{{!}}- | {{!}}- | ||
{{!}}{{LSL Const|OBJECT_CREATOR|integer|8|c=Gets the prim's creator key.}} | {{!}}{{LSL Const|OBJECT_CREATOR|integer|8|c=Gets the prim's creator key.}} | ||
{{!}}{{#var:value}} | {{!}}{{#var:value}} | ||
{{!}}Gets the prim's {{LSLGC|Creator|creator}} key.<br/>If '''id''' is an avatar, a {{LSL Constant/NULL_KEY}} is returned. | {{!}}Gets the prim's {{LSLGC|Creator|creator}} key.<br/>If '''id''' is an avatar, a {{LSL Constant/NULL_KEY}} is returned. | ||
{{!}} | {{!}}36 characters | ||
{{!}}[[key]] | {{!}}[[key]] {{LSL PL|creator}} | ||
{{!}}{{LSLGC|Creator}} | {{!}}{{LSLGC|Creator}} | ||
{{!}} [[llGetCreator]] | {{!}} [[llGetCreator]] | ||
Line 82: | Line 83: | ||
{{!}}{{#var:value}} | {{!}}{{#var:value}} | ||
{{!}}Gets the number of [[llGetScriptState|running]] scripts attached to the object or agent. | {{!}}Gets the number of [[llGetScriptState|running]] scripts attached to the object or agent. | ||
{{!}} | {{!}}max. 11 characters | ||
{{!}}[[integer]] | {{!}}[[integer]] {{LSL PL|script_count|disp=count}} | ||
{{!}} | {{!}} | ||
{{!}}[[llGetScriptState]] | {{!}}[[llGetScriptState]] | ||
Line 90: | Line 91: | ||
{{!}}{{#var:value}} | {{!}}{{#var:value}} | ||
{{!}}Gets the number of scripts, both running and stopped, attached to the object or agent. | {{!}}Gets the number of scripts, both running and stopped, attached to the object or agent. | ||
{{!}} | {{!}}max. 11 characters | ||
{{!}}[[integer]] | {{!}}[[integer]] {{LSL PL|script_count|disp=count}} | ||
{{!}} | {{!}} | ||
{{!}}[[llGetInventoryNumber]] | {{!}}[[llGetInventoryNumber]] | ||
Line 97: | Line 98: | ||
{{!}}{{LSL Const|OBJECT_SCRIPT_MEMORY|integer|11|c=Gets the total amount of script memory allocated to the object or agent, in bytes.}} | {{!}}{{LSL Const|OBJECT_SCRIPT_MEMORY|integer|11|c=Gets the total amount of script memory allocated to the object or agent, in bytes.}} | ||
{{!}}{{#var:value}} | {{!}}{{#var:value}} | ||
{{!}}Gets the total amount of [[LSL Script Memory|script memory]] allocated to the object or agent, in bytes. | {{!}}Gets the total amount of [[LSL Script Memory|script memory]] allocated to the object or agent, in bytes. [[OBJECT_SCRIPT_MEMORY|See page for more info.]] | ||
{{!}} | {{!}}max. 11 characters | ||
{{!}}[[integer]] | {{!}}[[integer]] {{LSL PL|bytes}} | ||
{{!}} | {{!}} | ||
{{!}} | {{!}} | ||
Line 105: | Line 106: | ||
{{!}}{{LSL Const|OBJECT_SCRIPT_TIME|integer|12|c=Gets the total amount of average script CPU time used by the object or agent, in seconds.}} | {{!}}{{LSL Const|OBJECT_SCRIPT_TIME|integer|12|c=Gets the total amount of average script CPU time used by the object or agent, in seconds.}} | ||
{{!}}{{#var:value}} | {{!}}{{#var:value}} | ||
{{!}}Gets the total amount of average script CPU time used by the object or agent, in seconds. | {{!}}Gets the total amount of average script CPU time used by the object or agent, in seconds. [[OBJECT_SCRIPT_TIME|See page for more info.]] | ||
{{!}} | {{!}}max. 15 characters | ||
{{!}}[[float]] | {{!}}[[float]] {{LSL PL|seconds}} | ||
{{!}}[[Viewerhelp:Top_Colliders_and_Top_Scripts|Top Scripts]] | {{!}}[[Viewerhelp:Top_Colliders_and_Top_Scripts|Top Scripts]] | ||
{{!}} | {{!}} | ||
Line 113: | Line 114: | ||
{{!}}{{LSL Const|OBJECT_PRIM_EQUIVALENCE|integer|13|c=Gets the prim equivalence of the object.}} | {{!}}{{LSL Const|OBJECT_PRIM_EQUIVALENCE|integer|13|c=Gets the prim equivalence of the object.}} | ||
{{!}}{{#var:value}} | {{!}}{{#var:value}} | ||
{{!}} | {{!}}Gets the prim equivalence of the object. | ||
{{!}} | {{!}}max. 11 characters | ||
{{!}}[[integer]] | {{!}}[[integer]] {{LSL PL|prim_count|disp=count}} | ||
{{!}}[http://community.secondlife.com/t5/English-Knowledge-Base/Calculating-land-impact/ta-p/974163 Calculating land impact] | {{!}}[http://community.secondlife.com/t5/English-Knowledge-Base/Calculating-land-impact/ta-p/974163 Calculating land impact] | ||
{{!}} | {{!}} | ||
{{!}}- | {{!}}- | ||
{{!}}{{LSL Const|OBJECT_STREAMING_COST|integer||c=Gets the streaming (download) cost of the object.}} | {{!}}{{LSL Const|OBJECT_SERVER_COST|integer|14|c=Gets the server cost of the object.}} | ||
{{!}}{{#var:value}} | |||
{{!}}Gets the [[Mesh/Mesh_Server_Weight|server cost]] of the object. | |||
{{!}}max. 15 characters | |||
{{!}}[[float]] {{LSL PL|type=float|cost}} | |||
{{!}}[[Mesh/Mesh_Server_Weight|Server cost]] | |||
{{!}} | |||
{{!}}- | |||
{{!}}{{LSL Const|OBJECT_STREAMING_COST|integer|15|c=Gets the streaming (download) cost of the object.}} | |||
{{!}}{{#var:value}} | {{!}}{{#var:value}} | ||
{{!}} | {{!}}Gets the [[Mesh/Mesh_Streaming_Cost|streaming (download) cost]] of the object. | ||
{{!}} | {{!}}max. 15 characters | ||
{{!}}[[ | {{!}}[[float]] {{LSL PL|cost}} | ||
{{!}}[[Mesh/Mesh_Streaming_Cost|Streaming (download) cost]] | {{!}}[[Mesh/Mesh_Streaming_Cost|Streaming (download) cost]] | ||
{{!}} | {{!}} | ||
{{!}}- | {{!}}- | ||
{{!}}{{LSL Const|OBJECT_PHYSICS_COST|integer||c=Gets the physics cost of the object.}} | {{!}}{{LSL Const|OBJECT_PHYSICS_COST|integer|16|c=Gets the physics cost of the object.}} | ||
{{!}}{{#var:value}} | {{!}}{{#var:value}} | ||
{{!}} | {{!}}Gets the [[Mesh/Mesh_physics#Physics_Resource_Cost|physics cost]] of the object. | ||
{{!}} | {{!}}max. 15 characters | ||
{{!}}[[ | {{!}}[[float]] {{LSL PL|cost}} | ||
{{!}}[[Mesh/Mesh_physics|Physics cost]] | {{!}}[[Mesh/Mesh_physics|Physics cost]] | ||
{{!}} | {{!}} | ||
{{!}}- | {{!}}- | ||
{{!}}{{LSL Const| | {{!}}{{LSL Const|OBJECT_CHARACTER_TIME|integer|17|c=Gets the average CPU time (in seconds) used by the object for navigation, if the object is a pathfinding character.}} | ||
{{!}}{{#var:value}} | |||
{{!}}Gets the average CPU time (in seconds) used by the object for navigation, if the object is a pathfinding character. Returns 0 for non-characters. | |||
{{!}}max. 15 characters | |||
{{!}}[[float]] {{LSL PL|seconds}} | |||
{{!}}[[Viewerhelp:Pathfinding_characters|Pathfinding characters]] | |||
{{!}} | |||
{{!}}- | |||
{{!}}{{LSL Const|OBJECT_ROOT|integer|18|c=Gets the id of the root prim of the object requested.}} | |||
{{!}}{{#var:value}} | |||
{{!}}Gets the id of the [[Link#Root_Prim|root prim]] of the object requested.<br/>If '''id''' is an avatar, returns the id of the [[Link#Root_Prim|root prim]] of the [[Link#Link_Set|linkset]] the avatar is sitting on and linked to (or the avatar's own id if the avatar is not sitting on an object within the region). | |||
{{!}}36 characters | |||
{{!}}[[key]] {{LSL PL|root|type=key}} | |||
{{!}} | |||
{{!}}[[llGetLinkKey]] | |||
{{!}}- | |||
{{!}}{{LSL Const|OBJECT_ATTACHED_POINT|integer|19|c=Gets the attachment point to which the object is attached.}} | |||
{{!}}{{#var:value}} | |||
{{!}}Gets the attachment point to which the object is attached. It returns an integer matching one of the {{LSLGC|Integer/attach point|ATTACH_*}} constants. | |||
{{!}}max. 11 characters | |||
{{!}}[[integer]] {{LSL PL|type=integer|subtype=attach_point}} | |||
{{!}} | |||
{{!}}[[llGetAttached]] | |||
{{!}}- | |||
{{!}}{{LSL Const|OBJECT_PATHFINDING_TYPE|integer|20|c=Gets the pathfinding setting of the object in the region. It returns an integer matching one of the OPT_* constants.}} | |||
{{!}}{{#var:value}} | {{!}}{{#var:value}} | ||
{{!}}''' | {{!}}Gets the pathfinding setting of the object in the region. It returns an integer matching one of the {{LSLGC|Pathfinding Types|OPT_*}} constants. | ||
{{!}}( | {{!}}max. 11 characters | ||
{{!}}[[integer]] | {{!}}[[integer]] {{LSL PL|pathfinding_type|type=integer|disp=type}} | ||
{{!}}[[Mesh/ | {{!}}[[Pathfinding_Quick_Start_Guide|Pathfinding types]] | ||
{{!}} | |||
{{!}}- | |||
{{!}}{{LSL Const|OBJECT_PHYSICS|integer|21|c=Gets the boolean detailing if physics is enabled or disabled on the object.}} | |||
{{!}}{{#var:value}} | |||
{{!}}Gets the integer boolean detailing if physics is enabled or disabled on the object.<br/>If '''id''' is an {{LSLGC|Avatar|avatar}} or {{LSLGC|Attachment|attachment}}, {{HoverText|0|FALSE aka, Zero}} is returned. | |||
{{!}}1 character | |||
{{!}}[[integer]] {{LSL PL|type=integer|subtype=boolean}} | |||
{{!}} | |||
{{!}}[[llGetStatus]] [[PRIM_PHYSICS]] | |||
{{!}}- | |||
{{!}}{{LSL Const|OBJECT_PHANTOM|integer|22|c=Gets the boolean detailing if phantom is enabled or disabled on the object.}} | |||
{{!}}{{#var:value}} | |||
{{!}}Gets the integer boolean detailing if phantom is enabled or disabled on the object.<br/>If '''id''' is an {{LSLGC|Avatar|avatar}} or {{LSLGC|Attachment|attachment}}, {{HoverText|0|FALSE aka, Zero}} is returned. | |||
{{!}}1 character | |||
{{!}}[[integer]] {{LSL PL|type=integer|subtype=boolean}} | |||
{{!}} | |||
{{!}}[[llGetStatus]] [[PRIM_PHANTOM]] | |||
{{!}}- | |||
{{!}}{{LSL Const|OBJECT_TEMP_ON_REZ|integer|23|c=Gets the boolean detailing if temporary is enabled or disabled on the object.}} | |||
{{!}}{{#var:value}} | |||
{{!}}Gets the integer boolean detailing if temporary is enabled or disabled on the object. | |||
{{!}}1 character | |||
{{!}}[[integer]] {{LSL PL|type=integer|subtype=boolean}} | |||
{{!}} | |||
{{!}}[[PRIM_TEMP_ON_REZ]] | |||
{{!}}- | |||
{{!}}{{LSL Const|OBJECT_RENDER_WEIGHT|integer|24|c=Gets the avatar's render weight.}} | |||
{{!}}{{#var:value}} | |||
{{!}}{{#var:comment}}<br/>If '''id''' is an object, {{HoverText|0|FALSE aka, Zero}} is returned. If '''id''' is an avatar whose render weight is unknown to the simulator, -1 is returned. The maximum render weight reported by the server is 500000<ref>On July 2016, {{u|Rolig Loon}} commented on [[Talk:LlGetObjectDetails#new_constants_Sep._2013|the talk page for llGetObjectDetails()]] that allegedly SL viewers are showing render weights of 1,300,000.</ref>. | |||
{{!}}max. 6 characters | |||
{{!}}[[integer]] {{LSL PL|type=integer|weight}} | |||
{{!}} [[Avatar_Rendering_Cost]] | |||
{{!}} | |||
{{!}}- | |||
{{!}}{{LSL Const|OBJECT_HOVER_HEIGHT|integer|25|c=Gets the hover height of the avatar.}} | |||
{{!}}{{#var:value}} | |||
{{!}}Gets the [[Hover Height|hover height]] of the avatar.<br>If '''id''' is not an avatar, 0.0 is returned. Normal values are in the range {{Interval|gte=-2.0|lte=2.0|center=hover_height}} with a default of 0.0. This value does ''not'' reflect the avatar shape's "Hover" slider, only the dynamic viewer setting. | |||
{{!}}max. 9 characters | |||
{{!}}[[float]] {{LSL PL|type=float|height}} | |||
{{!}} | |||
{{!}} | |||
{{!}}- | |||
{{!}}{{LSL Const|OBJECT_BODY_SHAPE_TYPE|integer|26|c=Gets a float which describes the sex of the body shape of the avatar.}} | |||
{{!}}{{#var:value}} | |||
{{!}}Gets a float which describes the sex setting of the avatar's currently worn shape.<br>If '''id''' is not an avatar, -1.0 is returned.<br>Normal operational values are in the range {{Interval|gte=0.0|lte=1.0|center=shape}}. | |||
* 0.0 is standard female setting, | |||
* 1.0 is standard male setting. | |||
Intermediate values with visible differences are possible with manually crafted shapes. | |||
{{!}}max. 9 characters | |||
{{!}}[[float]] {{LSL PL|type=float|body_shape|disp=shape}} | |||
{{!}} | |||
{{!}} | |||
{{!}}- | |||
{{!}}{{LSL Const|OBJECT_LAST_OWNER_ID|integer|27|c=Gets the UUID of the object's previous owner, if known.}} | |||
{{!}}{{#var:value}} | |||
{{!}}Gets the UUID of the object's previous owner, if known. | |||
* For group-owned objects, this is the avatar that deeded the object. | |||
* Returns [[NULL_KEY]] for avatars, or objects that were never transferred. | |||
* A rezzed object taken back to inventory, then re-rezzed, will return its current owner key. | |||
{{!}}36 characters | |||
{{!}}[[key]] {{LSL PL|type=key|subtype=owner|last_owner}} | |||
{{!}} | |||
{{!}} | |||
{{!}}- | |||
{{!}}{{LSL Const|OBJECT_CLICK_ACTION|integer|28|c=Gets the click action of the prim.}} | |||
{{!}}{{#var:value}} | |||
{{!}}Gets the [[llSetClickAction|click action]] of the prim. It returns an integer matching one of the {{LSLGC|Click Action|CLICK_ACTION_*}} constants. | |||
{{!}}max. 3 characters | |||
{{!}}[[integer]] {{LSL PL|type=integer|subtype=click_action|action}} | |||
{{!}} | |||
{{!}} | |||
{{!}}- | |||
{{!}}{{LSL Const|OBJECT_OMEGA|integer|29|c=Gets the object's omega.}} | |||
{{!}}{{#var:value}} | |||
{{!}}Gets the object's rotational velocity (radians per second). | |||
{{!}}36 characters | |||
{{!}}[[vector]] {{LSL PL|type=vector|omega}} | |||
{{!}} | |||
{{!}} [[llGetOmega]] | |||
{{!}}- | |||
{{!}}{{LSL Const|OBJECT_PRIM_COUNT|integer|30|c=Gets the object's prim count.}} | |||
{{!}}{{#var:value}} | |||
{{!}}Gets the object's prim count | |||
{{!}}max. 3 characters | |||
{{!}}[[integer]] {{LSL PL|type=integer|count}} | |||
{{!}} [[llGetObjectPrimCount]] | |||
{{!}} [[llGetNumberOfPrims]] | |||
{{!}}- | |||
{{!}}{{LSL Const|OBJECT_TOTAL_INVENTORY_COUNT|integer|31|c=Gets the object's total number of inventory items.}} | |||
{{!}}{{#var:value}} | |||
{{!}}Gets the object's total number of [[llGetInventoryNumber|inventory items]]. | |||
{{!}}max. 10 characters | |||
{{!}}[[integer]] {{LSL PL|type=integer|count}} | |||
{{!}} | |||
{{!}} [[llGetInventoryNumber]]{{PBR}}([[INVENTORY_ALL]]) | |||
{{!}}- | |||
{{!}}{{LSL Const|OBJECT_REZZER_KEY|integer|32|c=Gets the key of the object that rezzed the object.}} | |||
{{!}}{{#var:value}} | |||
{{!}}Gets the key of the object that rezzed this object be it an object or an avatar. | |||
{{!}}36 characters | |||
{{!}}[[key]] {{LSL PL|type=key|rezzer}} | |||
{{!}} | |||
{{!}} | |||
{{!}}- | |||
{{!}}{{LSL Const|OBJECT_GROUP_TAG|integer|33|c=Gets the avatar's group tag text.}} | |||
{{!}}{{#var:value}} | |||
{{!}}Gets the avatar's group tag text.<br>If '''id''' is not an avatar, an empty string is returned. | |||
{{!}}max. 20 bytes | |||
{{!}}[[string]] {{LSL PL|type=string|text}} | |||
{{!}} | |||
{{!}} | |||
{{!}}- | |||
{{!}}{{LSL Const|OBJECT_TEMP_ATTACHED|integer|34|c=Gets the integer boolean detailing if the object is temporarily attached.}} | |||
{{!}}{{#var:value}} | |||
{{!}}Gets the integer boolean detailing if the object is [[llAttachToAvatarTemp|temporarily attached]]. | |||
{{!}}1 character | |||
{{!}}[[integer]] {{LSL PL|type=integer|subtype=boolean}} | |||
{{!}} | |||
{{!}} | |||
{{!}}- | |||
{{!}}{{LSL Const|OBJECT_ATTACHED_SLOTS_AVAILABLE|integer|35|c=Gets the avatar's available attachment slot count.}} | |||
{{!}}{{#var:value}} | |||
{{!}}Gets the avatar's available attachment slot count.<br>If '''id''' is not an avatar, 0 is returned. | |||
{{!}}max. 2 characters | |||
{{!}}[[integer]] {{LSL PL|type=integer|count}} | |||
{{!}} | |||
{{!}} | |||
{{!}}- | |||
{{!}}{{LSL Const|OBJECT_CREATION_TIME|integer|36|c=Gets the object's creation time.}} | |||
{{!}}{{#var:value}} | |||
{{!}}Gets the object's creation time. This time is established with raw material rezzing through the build menu and with mesh uploads.<br>This time is NOT established with inventory rezzes, scripted rezzes, object modifying, copying or transferring.<br>If '''id''' is an avatar, an empty string is returned. | |||
{{!}}max. 27 bytes | |||
{{!}}[[string]] {{LSL PL|type=string|timestamp}} | |||
{{!}} | |||
{{!}} | |||
{{!}}- | |||
{{!}}{{LSL Const|OBJECT_SELECT_COUNT|integer|37|c=Gets the total number of agents selecting any links in the object.}} | |||
{{!}}{{#var:value}} | |||
{{!}}Gets the total number of agents selecting any links in the object.<br>If '''id''' is an avatar, 0 is returned. | |||
{{!}}max. 3 characters | |||
{{!}}[[integer]] {{LSL PL|type=integer|count}} | |||
{{!}} | |||
{{!}} | |||
{{!}}- | |||
{{!}}{{LSL Const|OBJECT_SIT_COUNT|integer|38|c=Gets the total number of agents sitting on any links in the object.}} | |||
{{!}}{{#var:value}} | |||
{{!}}Gets the total number of agents sitting on any links in the object.<br>If '''id''' is an avatar, 0 is returned. | |||
{{!}}max. 3 characters | |||
{{!}}[[integer]] {{LSL PL|type=integer|count}} | |||
{{!}} | |||
{{!}} | |||
{{!}}- | |||
{{!}}{{LSL Const|OBJECT_ANIMATED_COUNT|integer|39|c=Gets the integer boolean detailing if the object'root is set to "Animated Mesh" or gets the total number of "Animated Mesh" attachments worn by an agent.}} | |||
{{!}}{{#var:value}} | |||
{{!}}Gets the integer boolean detailing if the object's root is set to "Animated Mesh" or gets the total number of "Animated Mesh" attachments worn by an agent. | |||
{{!}}max. 1 character | |||
{{!}}[[integer]] {{LSL PL|type=integer|count}} | |||
{{!}} | |||
{{!}} | |||
{{!}}- | |||
{{!}}{{LSL Const|OBJECT_ANIMATED_SLOTS_AVAILABLE|integer|40|c=Gets the avatar's available "Animated Mesh" attachment slot count.}} | |||
{{!}}{{#var:value}} | |||
{{!}}Gets the avatar's available "Animated Mesh" attachment slot count.<br>If '''id''' is not an avatar, 0 is returned. | |||
{{!}}max. 2 characters | |||
{{!}}[[integer]] {{LSL PL|type=integer|count}} | |||
{{!}} | |||
{{!}} | |||
{{!}}- | |||
{{!}}{{LSL Const|OBJECT_ACCOUNT_LEVEL|integer|41|c=Gets the account level of an avatar.}} | |||
{{!}}{{#var:value}} | |||
{{!}}Gets the account level of an avatar.<br>If '''id''' is not an avatar, -1 is returned. | |||
* 0 is Basic account level. | |||
* 1 is Premium account level. | |||
* 5 is Plus account level. | |||
* 10 is Premium Plus account level. | |||
{{!}}max. 1 character | |||
{{!}}[[integer]] {{LSL PL|type=integer|level}} | |||
{{!}} | |||
{{!}} | |||
{{!}}- | |||
{{!}}{{LSL Const|OBJECT_MATERIAL|integer|42|c=Gets the physics material for this object.}} | |||
{{!}}{{#var:value}} | |||
{{!}}Retrieves the physics material set on this object. It returns an integer matching one of the {{LSLGC|Prim/Materials|PRIM_MATERIAL_*}} constants. | |||
{{!}} | |||
{{!}}[[integer]] {{LSL PL|type=integer|material}} | |||
{{!}} | |||
{{!}} [[llGetPrimitiveParams]]<br>[[PRIM_MATERIAL]] | |||
{{!}}- | |||
{{!}}{{LSL Const|OBJECT_MASS|integer|43|c=Gets the physics mass of this object's linkset.}} | |||
{{!}}{{#var:value}} | |||
{{!}}Gets the mass (in Kilograms) of this object's linkset. | |||
{{!}} | |||
{{!}}[[float]] {{LSL PL|type=float|mass}} | |||
{{!}} | |||
{{!}} [[llGetMassMKS]] | |||
{{!}}- | |||
{{!}}{{LSL Const|OBJECT_TEXT|integer|44|c=Gets the floating text string on this object.}} | |||
{{!}}{{#var:value}} | |||
{{!}}Gets the floating text displayed above this object. | |||
{{!}} | |||
{{!}}[[string]] {{LSL PL|type=string|text}} | |||
{{!}} | |||
{{!}} [[llGetPrimitiveParams]]<br>[[PRIM_TEXT]] | |||
{{!}}- | |||
{{!}}{{LSL Const|OBJECT_REZ_TIME|integer|45|c=Retrieves the time that this object was rezzed.}} | |||
{{!}}{{#var:value}} | |||
{{!}}{{#var:comment}} | |||
{{!}} | |||
{{!}}[[string]] time | |||
{{!}} | |||
{{!}} | |||
{{!}}- | |||
{{!}}{{LSL Const|OBJECT_LINK_NUMBER|integer|46|c=Get this object's index in the linkset.}} | |||
{{!}}{{#var:value}} | |||
{{!}}{{#var:comment}} | |||
{{!}} | |||
{{!}}[[integer]] link_number | |||
{{!}} | |||
{{!}} [[llGetLinkNumber]] | |||
{{!}}- | |||
{{!}}{{LSL Const|OBJECT_SCALE|integer|47|c=Get the size of this object.}} | |||
{{!}}{{#var:value}} | |||
{{!}}{{#var:comment}} | |||
{{!}} | |||
{{!}}[[vector]] scale | |||
{{!}} | |||
{{!}} [[llGetScale]] | |||
{{!}}- | |||
{{!}}{{LSL Const|OBJECT_TEXT_COLOR|integer|48|c=Gets the color of the floating text displayed above this object.}} | |||
{{!}}{{#var:value}} | |||
{{!}}{{#var:comment}} | |||
{{!}} | |||
{{!}}[[vector]] color | |||
{{!}} | |||
{{!}} [[llGetPrimitiveParams]]<br>[[PRIM_TEXT]] | |||
{{!}}- | |||
{{!}}{{LSL Const|OBJECT_TEXT_ALPHA|integer|49|c=Gets the alpha value of the floating text displayed above this object.}} | |||
{{!}}{{#var:value}} | |||
{{!}}{{#var:comment}} | |||
{{!}} | |||
{{!}}[[float]] alpha | |||
{{!}} | |||
{{!}} [[llGetPrimitiveParams]]<br>[[PRIM_TEXT]] | |||
{{!}}- | |||
{{!}}{{LSL Const|OBJECT_HEALTH|integer|50|c=Retrieves the health of an avatar or prim.}} | |||
{{!}}{{#var:value}} | |||
{{!}}{{#var:comment}} | |||
{{!}} | |||
{{!}}[[float]] health | |||
{{!}} | |||
{{!}} [[llGetPrimitiveParams]]<br>[[PRIM_HEALTH]]<br> | |||
[[llGetHealth]] | |||
{{!}}- | |||
{{!}}{{LSL Const|OBJECT_DAMAGE|integer|51|c=Retrieves the amount of damage a prim inflicts on collision.}} | |||
{{!}}{{#var:value}} | |||
{{!}}{{#var:comment}} | |||
{{!}} | |||
{{!}}[[float]] damage | |||
{{!}} | |||
{{!}} [[llGetPrimitiveParams]]<br>[[PRIM_DAMAGE]] | |||
{{!}}- | |||
{{!}}{{LSL Const|OBJECT_DAMAGE_TYPE|integer|52|c=Retrieves the type of damage a prim inflicts on collision.}} | |||
{{!}}{{#var:value}} | |||
{{!}}Retrieves the type of damage a prim inflicts on collision. It returns an integer that can match one of the [[:Category:LSL_Combat2#Damage_Types|DAMAGE_TYPE_*]] constants, be a custom damage type or be repurposed by a combat system. | |||
{{!}} | {{!}} | ||
{{!}} | {{!}}[[integer]] damage_type | ||
{{!}} | |||
{{!}} [[llGetPrimitiveParams]]<br>[[PRIM_DAMAGE]] | |||
{{!}} | {{!}}- | ||
{{!}} | |||
{{!}}} | {{!}}} |
Latest revision as of 08:00, 9 August 2024
Flags | Description | Length when typecast to a string | Return | Alternatives | Local | |
---|---|---|---|---|---|---|
OBJECT_NAME | 1 | Gets the prim's name. If id is an avatar, the Legacy Name is returned. |
max. 63 characters | string name | llGetObjectName | |
OBJECT_DESC | 2 | Gets the prim's description. If id is an avatar, an empty string is returned. |
max. 127 characters | string desc | llGetObjectDesc | |
OBJECT_POS | 3 | Gets the prim's position in region coordinates. If id is an avatar outside the region (see above), this position is relative to the region the script is running in. |
max. 37 characters | vector pos | llGetPos | |
OBJECT_ROT | 4 | Gets the prim's rotation. | max. 48 characters | rotation rot | llGetRot | |
OBJECT_VELOCITY | 5 | Gets the object's velocity. | 36 characters | vector vel | llGetVel | |
OBJECT_OWNER | 6 | Gets an object's owner key. If id is an avatar, that avatar's key is returned (which is the same as id). If id is group-owned, a NULL_KEY is returned. |
36 characters | key owner | llGetOwner | |
OBJECT_GROUP | 7 | Gets the prim's group key. If id is an avatar, a NULL_KEY is returned.[1] |
36 characters | key group | Group | |
OBJECT_CREATOR | 8 | Gets the prim's creator key. If id is an avatar, a NULL_KEY is returned. |
36 characters | key creator | Creator | llGetCreator |
OBJECT_RUNNING_SCRIPT_COUNT | 9 | Gets the number of running scripts attached to the object or agent. | max. 11 characters | integer count | llGetScriptState | |
OBJECT_TOTAL_SCRIPT_COUNT | 10 | Gets the number of scripts, both running and stopped, attached to the object or agent. | max. 11 characters | integer count | llGetInventoryNumber | |
OBJECT_SCRIPT_MEMORY | 11 | Gets the total amount of script memory allocated to the object or agent, in bytes. See page for more info. | max. 11 characters | integer bytes | ||
OBJECT_SCRIPT_TIME | 12 | Gets the total amount of average script CPU time used by the object or agent, in seconds. See page for more info. | max. 15 characters | float seconds | Top Scripts | |
OBJECT_PRIM_EQUIVALENCE | 13 | Gets the prim equivalence of the object. | max. 11 characters | integer count | Calculating land impact | |
OBJECT_SERVER_COST | 14 | Gets the server cost of the object. | max. 15 characters | float cost | Server cost | |
OBJECT_STREAMING_COST | 15 | Gets the streaming (download) cost of the object. | max. 15 characters | float cost | Streaming (download) cost | |
OBJECT_PHYSICS_COST | 16 | Gets the physics cost of the object. | max. 15 characters | float cost | Physics cost | |
OBJECT_CHARACTER_TIME | 17 | Gets the average CPU time (in seconds) used by the object for navigation, if the object is a pathfinding character. Returns 0 for non-characters. | max. 15 characters | float seconds | Pathfinding characters | |
OBJECT_ROOT | 18 | Gets the id of the root prim of the object requested. If id is an avatar, returns the id of the root prim of the linkset the avatar is sitting on and linked to (or the avatar's own id if the avatar is not sitting on an object within the region). |
36 characters | key root | llGetLinkKey | |
OBJECT_ATTACHED_POINT | 19 | Gets the attachment point to which the object is attached. It returns an integer matching one of the ATTACH_* constants. | max. 11 characters | integer attach_point | llGetAttached | |
OBJECT_PATHFINDING_TYPE | 20 | Gets the pathfinding setting of the object in the region. It returns an integer matching one of the OPT_* constants. | max. 11 characters | integer type | Pathfinding types | |
OBJECT_PHYSICS | 21 | Gets the integer boolean detailing if physics is enabled or disabled on the object. If id is an avatar or attachment, 0 is returned. |
1 character | integer boolean | llGetStatus PRIM_PHYSICS | |
OBJECT_PHANTOM | 22 | Gets the integer boolean detailing if phantom is enabled or disabled on the object. If id is an avatar or attachment, 0 is returned. |
1 character | integer boolean | llGetStatus PRIM_PHANTOM | |
OBJECT_TEMP_ON_REZ | 23 | Gets the integer boolean detailing if temporary is enabled or disabled on the object. | 1 character | integer boolean | PRIM_TEMP_ON_REZ | |
OBJECT_RENDER_WEIGHT | 24 | Gets the avatar's render weight. If id is an object, 0 is returned. If id is an avatar whose render weight is unknown to the simulator, -1 is returned. The maximum render weight reported by the server is 500000[1]. |
max. 6 characters | integer weight | Avatar_Rendering_Cost | |
OBJECT_HOVER_HEIGHT | 25 | Gets the hover height of the avatar. If id is not an avatar, 0.0 is returned. Normal values are in the range [-2.0, 2.0] with a default of 0.0. This value does not reflect the avatar shape's "Hover" slider, only the dynamic viewer setting. |
max. 9 characters | float height | ||
OBJECT_BODY_SHAPE_TYPE | 26 | Gets a float which describes the sex setting of the avatar's currently worn shape. If id is not an avatar, -1.0 is returned. Normal operational values are in the range [0.0, 1.0].
Intermediate values with visible differences are possible with manually crafted shapes. |
max. 9 characters | float shape | ||
OBJECT_LAST_OWNER_ID | 27 | Gets the UUID of the object's previous owner, if known.
|
36 characters | key last_owner | ||
OBJECT_CLICK_ACTION | 28 | Gets the click action of the prim. It returns an integer matching one of the CLICK_ACTION_* constants. | max. 3 characters | integer action | ||
OBJECT_OMEGA | 29 | Gets the object's rotational velocity (radians per second). | 36 characters | vector omega | llGetOmega | |
OBJECT_PRIM_COUNT | 30 | Gets the object's prim count | max. 3 characters | integer count | llGetObjectPrimCount | llGetNumberOfPrims |
OBJECT_TOTAL_INVENTORY_COUNT | 31 | Gets the object's total number of inventory items. | max. 10 characters | integer count | llGetInventoryNumber(INVENTORY_ALL) | |
OBJECT_REZZER_KEY | 32 | Gets the key of the object that rezzed this object be it an object or an avatar. | 36 characters | key rezzer | ||
OBJECT_GROUP_TAG | 33 | Gets the avatar's group tag text. If id is not an avatar, an empty string is returned. |
max. 20 bytes | string text | ||
OBJECT_TEMP_ATTACHED | 34 | Gets the integer boolean detailing if the object is temporarily attached. | 1 character | integer boolean | ||
OBJECT_ATTACHED_SLOTS_AVAILABLE | 35 | Gets the avatar's available attachment slot count. If id is not an avatar, 0 is returned. |
max. 2 characters | integer count | ||
OBJECT_CREATION_TIME | 36 | Gets the object's creation time. This time is established with raw material rezzing through the build menu and with mesh uploads. This time is NOT established with inventory rezzes, scripted rezzes, object modifying, copying or transferring. If id is an avatar, an empty string is returned. |
max. 27 bytes | string timestamp | ||
OBJECT_SELECT_COUNT | 37 | Gets the total number of agents selecting any links in the object. If id is an avatar, 0 is returned. |
max. 3 characters | integer count | ||
OBJECT_SIT_COUNT | 38 | Gets the total number of agents sitting on any links in the object. If id is an avatar, 0 is returned. |
max. 3 characters | integer count | ||
OBJECT_ANIMATED_COUNT | 39 | Gets the integer boolean detailing if the object's root is set to "Animated Mesh" or gets the total number of "Animated Mesh" attachments worn by an agent. | max. 1 character | integer count | ||
OBJECT_ANIMATED_SLOTS_AVAILABLE | 40 | Gets the avatar's available "Animated Mesh" attachment slot count. If id is not an avatar, 0 is returned. |
max. 2 characters | integer count | ||
OBJECT_ACCOUNT_LEVEL | 41 | Gets the account level of an avatar. If id is not an avatar, -1 is returned.
|
max. 1 character | integer level | ||
OBJECT_MATERIAL | 42 | Retrieves the physics material set on this object. It returns an integer matching one of the PRIM_MATERIAL_* constants. | integer material | llGetPrimitiveParams PRIM_MATERIAL | ||
OBJECT_MASS | 43 | Gets the mass (in Kilograms) of this object's linkset. | float mass | llGetMassMKS | ||
OBJECT_TEXT | 44 | Gets the floating text displayed above this object. | string text | llGetPrimitiveParams PRIM_TEXT | ||
OBJECT_REZ_TIME | 45 | Retrieves the time that this object was rezzed. | string time | |||
OBJECT_LINK_NUMBER | 46 | Get this object's index in the linkset. | integer link_number | llGetLinkNumber | ||
OBJECT_SCALE | 47 | Get the size of this object. | vector scale | llGetScale | ||
OBJECT_TEXT_COLOR | 48 | Gets the color of the floating text displayed above this object. | vector color | llGetPrimitiveParams PRIM_TEXT | ||
OBJECT_TEXT_ALPHA | 49 | Gets the alpha value of the floating text displayed above this object. | float alpha | llGetPrimitiveParams PRIM_TEXT | ||
OBJECT_HEALTH | 50 | Retrieves the health of an avatar or prim. | float health | llGetPrimitiveParams PRIM_HEALTH | ||
OBJECT_DAMAGE | 51 | Retrieves the amount of damage a prim inflicts on collision. | float damage | llGetPrimitiveParams PRIM_DAMAGE | ||
OBJECT_DAMAGE_TYPE | 52 | Retrieves the type of damage a prim inflicts on collision. It returns an integer that can match one of the DAMAGE_TYPE_* constants, be a custom damage type or be repurposed by a combat system. | integer damage_type | llGetPrimitiveParams PRIM_DAMAGE |
- ↑ On July 2016, Rolig Loon commented on the talk page for llGetObjectDetails() that allegedly SL viewers are showing render weights of 1,300,000.