Template:LSL Function/link

From Second Life Wiki
Jump to navigation Jump to search


Link number (0: unlinked, 1: root prim, >1: child prims) or a LINK_* flag

|-style="vertical-align:top;" | style="color:gray;" |•  | llGetLinkNumber | style="color:gray;" | – | Returns the link number of the prim the script is in. |

Flag Description
LINK_ROOT 1 sends to the root prim in a multi-prim linked set[1]
LINK_SET -1 sends to all prims
LINK_ALL_OTHERS -2 sends to all other prims
Flag Description
LINK_ALL_CHILDREN -3 sends to all children, (everything but the root)
LINK_THIS -4 sends to the prim the script is in