Google
×
Did you mean: GetLinKs
Jan 22, 2015 ˇ Return the name of a link num else the empty string. string getLinkNumName( integer link) { if (LINK_THIS == link) return "LINK_THIS"; ...
May 1, 2016 ˇ See negative indexes for more information. Should make it easier for scripters to get all child prim keys. Can be done using llGetLinkKey ...
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() ...
Dec 31, 2017 ˇ Function: key llGetLinkKey( integer linknum );. Returns a key which is the key of the prim that is link number linknum in the current link set.
key llGetLinkKey(integer linknum) Get the key of the prim with the link number linknum in linked object. The root prims linked number for this function starts at 1  ...
Dec 31, 2009 ˇ Description, llGetLinkKey and llGetLinkName return wrong values (NULL_KEY) for sitting avatar. In SL the avatar UUID and avatar name are ...
Sep 30, 2016 ˇ ZERO_VECTOR){ // prim is an avatar! if(llGetLinkKey(count)!=id){ // not the avatar who pressed the BUTTON llUnSit(llGetLinkKey(count)); ...
integer sitter_prim = llGetNumberOfPrims();. while (llGetAgentSize(llGetLinkKey( sitter_prim)) != ZERO_VECTOR). {. if (llGetLinkKey(sitter_prim) == MY_SITTER).
The key and the name of specific prims can be retrieved with the functions llGetLinkKey() and llGetLinkName(). key llGetLinkKey(integer linkNum) Returns the ...
Related searches