Difference between revisions of "Template:LSLFunction"

From Second Life Wiki
Jump to navigation Jump to search
Line 21: Line 21:
{{ #if: {{{r|}}} | Returns a {{{r}}}{{ #if: {{{rd|}}} |, {{{rd}}} | }}<br/> | }}
{{ #if: {{{r|}}} | Returns a {{{r}}}{{ #if: {{{rd|}}} |, {{{rd}}} | }}<br/> | }}


{|
{{ #if: {{{p1|}}}{{{p1t|}}} |
{{ #if: {{{p1|}}}{{{p1t|}}} |
{|
|-  
|-  
| * {{{p1t|}}}
| * {{{p1t|}}}
Line 32: Line 32:
| {{{p1|}}}
| {{{p1|}}}
| {{ #if: {{{p2d|}}} | {{{p2d}}} | ?}}
| {{ #if: {{{p2d|}}} | {{{p2d}}} | ?}}
{{ #if: {{{p3|}}}{{{p3t|}}} |
| }} | }}
|-
|}
| * {{{p1t|}}}
 
| {{{p1|}}}
| {{ #if: {{{p3d|}}} | {{{p3d}}} | ?}}
{{ #if: {{{p4|}}}{{{p4t|}}} |
|-
| * {{{p1t|}}}
| {{{p1|}}}
| {{ #if: {{{p4d|}}} | {{{p4d}}} | ?}}
{{ #if: {{{p5|}}}{{{p5t|}}} |
|-
| * {{{p1t|}}}
| {{{p1|}}}
| {{ #if: {{{p5d|}}} | {{{p5d}}} | ?}}
{{ #if: {{{p6|}}}{{{p6t|}}} |
|-
| * {{{p1t|}}}
| {{{p1|}}}
| {{ #if: {{{p6d|}}} | {{{p6d}}} | ?}}
{{ #if: {{{p7|}}}{{{p7t|}}} |
|-
| * {{{p1t|}}}
| {{{p1|}}}
| {{ #if: {{{p7d|}}} | {{{p7d}}} | ?}}
{{ #if: {{{p8|}}}{{{p8t|}}} |
|-
| * {{{p1t|}}}
| {{{p1|}}}
| {{ #if: {{{p8d|}}} | {{{p8d}}} | ?}}
{{ #if: {{{p9|}}}{{{p9t|}}} |
|-
| * {{{p1t|}}}
| {{{p1|}}}
| {{ #if: {{{p9d|}}} | {{{p9d}}} | ?}}
{{ #if: {{{p10|}}}{{{p10t|}}} |
|-
| * {{{p1t|}}}
| {{{p1|}}}
| {{ #if: {{{p10d|}}} | {{{p10d}}} | ?}}
{{ #if: {{{p11|}}}{{{p11t|}}} |
|-
| * {{{p1t|}}}
| {{{p1|}}}
| {{ #if: {{{p11d|}}} | {{{p11d}}} | ?}}
{{ #if: {{{p12|}}}{{{p12t|}}} |
|-
| * {{{p1t|}}}
| {{{p1|}}}
| {{ #if: {{{p12d|}}} | {{{p12d}}} | ?}}
| }} | }} | }} | }} | }} | }} | }} | }} | }} | }} | }} |} | }}
{{ #if: {{{te|}}} | {{{te}}} | }}
{{ #if: {{{te|}}} | {{{te}}} | }}
<div style="clear:right;" ></div></div></div></includeonly><noinclude>
<div style="clear:right;" ></div></div></div></includeonly><noinclude>

Revision as of 15:54, 25 January 2007



This template is used to inline a table that displays the function specifications.

Usage

Exclude any values that do not need to be set.

{{LslFunction
|function name
|function ID
|sleep
|energy
|tb = beginning text
|te = ending text
|r = return type
|rd = return description
|p1 = parameter name
|p1t = parameter type
|p1d = parameter description
|p2 = parameter name
|p2t = parameter mater type
|p2d = parameter description
|p3 = parameter name
|p3t = parameter type
|p3d = parameter description
|p4 = parameter name
|p4t = parameter type
|p4d = parameter description
|p5 = parameter name
|p5t = parameter type
|p5d = parameter description
|p6 = parameter name
|p6t = parameter mater type
|p6d = parameter description
|p7 = parameter name
|p7t = parameter type
|p7d = parameter description
|p8 = parameter name
|p8t = parameter type
|p8d = parameter description
|p9 = parameter name
|p9t = parameter type
|p9d = parameter description
|p10 = parameter name
|p10t = parameter mater type
|p10d = parameter description
|p11 = parameter name
|p11t = parameter type
|p11d = parameter description
|p12 = parameter name
|p12t = parameter type
|p12d = parameter description
}}


r function_name( p1t p1, p2t p2 , p3t p3, p4t p4, p5t p5, p6t p6, p7t p7, p8t p8, p9t p9, p10t p10, p11t p11, p12t p12 );

function id Function ID
sleep Sleep
energy Energy

tb

Returns a r, rd

te

Example

{{LslFunction|llSin|0|0.0|10.0|r=float|p1=theta|p1t=float|p1d=Angle in radians}}

float llSin( float theta );

0 Function ID
0.0 Sleep
10.0 Energy

Returns a float



{{LslFunction|llPow|5|0.0|10.0|r=float|p1t=float|p1=base|p2t=float|p2=exponent}}

float llPow( float base, float exponent );

5 Function ID
0.0 Sleep
10.0 Energy

Returns a float



{{LslFunction|llRefreshPrimURL|306|20.0|10.0}}

llRefreshPrimURL( );

306 Function ID
20.0 Sleep
10.0 Energy


-