Difference between revisions of "Template:LSLFunction"

From Second Life Wiki
Jump to navigation Jump to search
Line 18: Line 18:
|}
|}
</div>
</div>
{{ #if: {{{tb|}}} | {{tb}} | }}
{{ #if: {{{tb|}}} | {{{tb}}} | }}
{{ #if: {{{p1|}}}{{{p1t|}}}{{{p1d|}}} | * {{{p1}}} - {{{p1d}}}
{{ #if: {{{p1|}}}{{{p1t|}}}{{{p1d|}}} | * {{{p1}}} - {{{p1d}}}
{{ #if: {{{p2|}}}{{{p2t|}}}{{{p2d|}}} | * {{{p2}}} - {{{p2d}}}
{{ #if: {{{p2|}}}{{{p2t|}}}{{{p2d|}}} | * {{{p2}}} - {{{p2d}}}
Line 32: Line 32:
{{ #if: {{{p12|}}}{{{p12t|}}}{{{p12d|}}} | * {{{p12}}} - {{{p12d}}}
{{ #if: {{{p12|}}}{{{p12t|}}}{{{p12d|}}} | * {{{p12}}} - {{{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>
This template is used to inline a table that displays the function specifications.
This template is used to inline a table that displays the function specifications.

Revision as of 14:50, 25 January 2007



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


float llSin( float theta );

0 Function ID
0.0 Sleep
10.0 Energy
  • theta - Angle in radians

float llPow( float base, float exponent );

5 Function ID
0.0 Sleep
10.0 Energy
  • base - ?
  • exponent - ?

llRefreshPrimURL( );

306 Function ID
20.0 Sleep
10.0 Energy


Usage

Example