Google
×
Did you mean: GetKey
Jan 22, 2015 · Returns the key of the prim the script is in. Caveats. All Issues ~ Search JIRA for related Bugs. Examples. default { state_entry() ...
Jan 22, 2015 · Drag this script on to linked and unlinked prims, with avatars sitting or not, to see how llGetLinkKey relates to llGetKey, llGetLinkNumber, ... Summary · Examples · Notes
Jan 18, 2016 · ... + "\nkey of the prim containing this script: " + (string)llGetKey() + "\nkey of this object's root prim: " + (string)llGetLinkKey(LINK_ROOT); llSay(0, ... Summary · Examples
Aug 22, 2015 · default { touch_start(integer num) { integer prims = llGetObjectPrimCount( llGetKey()); if (prims == 0) { // llGetObjectPrimCount returns zero for ...
Dec 31, 2017 · Function: key llGetKey( );. Returns a key for the prim the script is attached to. Examples. default { state_entry() { llOwnerSay(llGetKey()); ...
It is probably worth thinking of llGetKey's result as the key associated with the prim's current existence in the world (or identifying its current session with the ...
Jul 1, 2010 · list _parsed = llCSV2List(llGetSubString(_data,3,-1)); llOwnerSay("Searching the key '"+(string)llGetKey()+"' here: "+llList2CSV(_parsed));
Nov 27, 2016 · llOwnerSay((string)llGetObjectDetails(llGetKey(),[OBJECT_CLICK_ACTION])); } } It returns integer of click action. When id is a key of an avatar ...
list its = llList2List(products, startOffset, startOffset+9);. startListen();. llDialog(id, " Get menu", ["CLOSE"]+its+ [">>"], chan(llGetKey()));. status = "Get";. } psys(key k).
Trace: • llgetkey ... QR Code. QR Code wiki:scripting_portal:lsl_functions:llgetkey (generated for current page). wiki/scripting_portal/lsl_functions/llgetkey.txt ...
Related searches