Difference between revisions of "Template:LSL Function/link"

From Second Life Wiki
Jump to navigation Jump to search
m
m
Line 1: Line 1:
{{#if:
{{#if:
  {{#vardefine:constants_nb|{{LSL_Constants/Link|istyle=margin-top:0;}}
 
{{#vardefine:constants_nb|{{LSL_Constants/Link|istyle=margin-top:0;}}
{{#var:constants_nb}}}}
{{#var:constants_nb}}}}
  {{#vardefine:p_{{{1|}}}_desc|Link number (0: unlinked, 1: root prim, >1: child prims) or a LINK_* flag }}
 
  {{#vardefine:also_functions|{{#var:also_functions}}
{{#vardefine:p_{{{1|}}}_desc|Link number (0: unlinked, 1: root prim, >1: child prims) or a LINK_* flag }}
 
{{#vardefine:also_functions|{{#var:also_functions}}
{{LSL DefineRow||[[llGetLinkNumber]]|Returns the link number of the prim the script is in.}}}}
{{LSL DefineRow||[[llGetLinkNumber]]|Returns the link number of the prim the script is in.}}}}
}}{{#switch:{{#if:{{{nc|}}}|Template|{{NAMESPACE}}}}|Template=|User=|{{LSLC|Link}}}}<noinclude>


{{#var:p_{{{1|}}}_desc}}<br/><br/>
}}{{#switch:{{#if:{{{nc|}}}|Template|{{NAMESPACE}}}}|Template=|User=|{{LSLC|Link{{#var:lang}}}}}}<noinclude>
{{#var:also_functions}}<br/><br/>
{| {{Prettytable}}
{{#var:constants_nb}}<br/><br/>
|-{{Hl2}}
! #var
! value
|-
{{VarPair|p_{{{1|}}}_desc}}
|-
{{VarPairTable|also_functions}}
|-
{{VarPair|constants_nb}}
|}
</noinclude>
</noinclude>

Revision as of 05:57, 16 April 2009

#var value
p__desc Link number (0: unlinked, 1: root prim, >1: child prims) or a LINK_* flag
also_functions
•  llGetLinkNumber Returns the link number of the prim the script is in.
constants_nb
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