Template:LSLFunction: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 20: | Line 20: | ||
{{ #if: {{{tb|}}} | {{{tb}}}<br/><br/> | }} | {{ #if: {{{tb|}}} | {{{tb}}}<br/><br/> | }} | ||
{{ #if: {{{r|}}} | Returns a {{{r}}}{{ #if: {{{rd|}}} |, {{{rd}}} | }}<br/> | }} | {{ #if: {{{r|}}} | Returns a {{{r}}}{{ #if: {{{rd|}}} |, {{{rd}}} | }}<br/> | }} | ||
{{ #if: {{{p1|}}}{{{p1t|}}} | * {{{p1}}} | |||
{{ #if: {{{p2|}}}{{{p2t|}}} | * {{{ | {{ #if: {{{p1|}}}{{{p1t|}}} | | ||
{{ #if: {{{p3|}}}{{{p3t|}}} | * {{{ | {| | ||
{{ #if: {{{p4|}}}{{{p4t|}}} | * {{{ | |- | ||
{{ #if: {{{p5|}}}{{{p5t|}}} | * {{{ | | * {{{p1t|}}} | ||
{{ #if: {{{p6|}}}{{{p6t|}}} | * {{{ | | {{{p1|}}} | ||
{{ #if: {{{p7|}}}{{{p7t|}}} | * {{{ | | {{ #if: {{{p1d|}}} | {{{p1d}}} | ?}} | ||
{{ #if: {{{p8|}}}{{{p8t|}}} | * {{{ | {{ #if: {{{p2|}}}{{{p2t|}}} | | ||
{{ #if: {{{p9|}}}{{{p9t|}}} | * {{{ | |- | ||
{{ #if: {{{p10|}}}{{{p10t|}}} | * {{{ | | * {{{p1t|}}} | ||
{{ #if: {{{p11|}}}{{{p11t|}}} | * {{{ | | {{{p1|}}} | ||
{{ #if: {{{p12|}}}{{{p12t|}}} | * {{{ | | {{ #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:50, 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 );
Example
{{LslFunction|llSin|0|0.0|10.0|r=float|p1=theta|p1t=float|p1d=Angle in radians}}
{{LslFunction|llPow|5|0.0|10.0|r=float|p1t=float|p1=base|p2t=float|p2=exponent}}
{{LslFunction|llRefreshPrimURL|306|20.0|10.0}}
llRefreshPrimURL( );