Difference between revisions of "Template:LSLFunction"
Jump to navigation
Jump to search
Line 24: | Line 24: | ||
{{LslFunction|llSin|0|0.0|10.0|r=float|p1=theta|p1t=float|p1d=Angle in radians}} | {{LslFunction|llSin|0|0.0|10.0|r=float|p1=theta|p1t=float|p1d=Angle in radians}} | ||
{{LslFunction|llRefreshPrimURL|0|20.0|10.0}} | |||
== Usage == | == Usage == |
Revision as of 13:55, 25 January 2007
This template is used to inline a table that displays the function specifications.
float llSin( float theta [[{{{p2t}}}]] {{{p2}}} );
0 | Function ID |
0.0 | Sleep |
10.0 | Energy |
- theta - Angle in radians
llRefreshPrimURL( [[{{{p1t}}}]] {{{p1}}} [[{{{p2t}}}]] {{{p2}}} );
0 | Function ID |
20.0 | Sleep |
10.0 | Energy |
- {{{p1}}} - {{{p1d}}}