Difference between revisions of "Template:LSLFunction"

From Second Life Wiki
Jump to navigation Jump to search
Line 1: Line 1:
<noinclude>
__NOTOC__
</noinclude>
<includeonly>
<includeonly>
{{ #if: {{{p1|}}} && {{{p1t|}}} && {{{p1d|}}}| p1 defined
{{ #if: {{{p1|}}} && {{{p1t|}}} && {{{p1d|}}}| p1 defined

Revision as of 14:10, 25 January 2007



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


p1 defined p2 defined p1 undefined

float llSin( float theta [[{{{p2t}}}]] {{{p2}}} );

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


p1 defined p2 defined p1 undefined

llRefreshPrimURL( [[{{{p1t}}}]] {{{p1}}} [[{{{p2t}}}]] {{{p2}}} );

0 Function ID
20.0 Sleep
10.0 Energy
  • {{{p1}}} - {{{p1d}}}


Usage

Example