Google
×
Aug 25, 2018 · 0 means the prim is not linked, 1 the prim is the root, 2 the prim is the first child, etc. Links are numbered in the reverse order in which they were ... Summary · Examples
Nov 23, 2017 · Useful Snippets. integer getLinkWithName(string name) { integer i = llGetLinkNumber() != 0; // Start at zero (single prim) or 1 (two or more prims) ... Examples · Useful Snippets · Notes · See Also
Jan 22, 2015 · llGetObjectPrimCount, –, Returns the number of prims in any object. •, llGetLinkNumber, –, Returns the link number of the prim the script is in.
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, ...
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() ...
Description, According to the official LSL Wiki, llGetLinkNumber() should return 0 if the prim containing the script is not linked, or 1 if the prim is the root of a ...
Jul 18, 2008 · Description, When a linkset is taken into inventory and re-rezzed, llGetLinkNumber() returns different values for each prim than it was reporting ...
Dec 31, 2017 · Function: integer llGetLinkNumber( );. Returns an integer that is the link number of the prim containing the script. 0 means the prim not linked, ...
messageNextPrim() { integer primToMessage = llGetLinkNumber() + 1; llMessageLinked(primToMessage, LM_CONTINUE, “Hello from prim number “ +  ...
integer llGetLinkNumber() Returns what number in a link set the script is attached to (0 means no link, 1 the root/parent, 2 for first child, etc). Links are numbered ...
Related searches