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

From Second Life Wiki
Jump to navigation Jump to search
Line 1: Line 1:
{{#if:
{{#if:
{{#vardefine:p_{{{1|none}}}_desc|{{LSLGC|Face|face}} number or {{LSLG|ALL_SIDES}} (-1)}}
{{#vardefine:p_{{{1|none}}}_desc|{{LSLGC|Face|face}} number or {{LSL Const|ALL_SIDES|integer|hex=0xFFFFFFFF}}}}
{{#vardefine:p_{{{1|none}}}_hover|face number or ALL_SIDES (-1)}}
{{#vardefine:p_{{{1|none}}}_hover|face number or ALL_SIDES (-1)}}
{{#vardefine:header_footnote|{{#if:{{#var:header_footnote}}|{{#var:header_footnote}}<br/>}}If '''{{LSL_Param|{{{1|none}}}}}''' is {{LSLG|ALL_SIDES}} then the {{#if:{{{2|}}}|{{{2|}}}|function}} works on all sides. {{#switch:{{NAMESPACE}}|Template=|User=|{{LSLC|Face}}}}}}
{{#vardefine:header_footnote|{{#if:{{#var:header_footnote}}|{{#var:header_footnote}}<br/>}}If '''{{LSL_Param|{{{1|none}}}}}''' is {{LSL Const|ALL_SIDES|integer|hex=0xFFFFFFFF}} then the {{#if:{{{2|}}}|{{{2|}}}|function}} works on all sides. {{#switch:{{NAMESPACE}}|Template=|User=|{{LSLC|Face}}}}}}
{{#vardefine:caveats|{{#var:caveats}}{{#if:{{{return|}}}{{{returns|}}}|
{{#vardefine:caveats|{{#var:caveats}}{{#if:{{{return|}}}{{{returns|}}}|
*If '''{{LSL_Param|{{{1|none}}}}}''' indicates a face that does not exist the return {{#if:{{{2|}}}|for the {{{2|}}} }} {{#if:{{{return|}}}| is {{{return|}}}| are {{{returns|}}}}}|
*If '''{{LSL_Param|{{{1|none}}}}}''' indicates a face that does not exist the return {{#if:{{{2|}}}|for the {{{2|}}} }} {{#if:{{{return|}}}| is {{{return|}}}| are {{{returns|}}}}}|

Revision as of 20:24, 19 July 2007

If none is ALL_SIDES then the function works on all sides.

  • The function silently fails if it's none value indicates a face that does not exist

face number or ALL_SIDES

face number or ALL_SIDES (-1)