Difference between revisions of "Template:LSLFunction"

From Second Life Wiki
Jump to navigation Jump to search
Line 40: Line 40:


{{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|llPow|0|0.0|10.0|r=float|p1t=float|p1=base|p1d=?|p2t=float|p2=exponent|p2d=?}}
{{LslFunction|llRefreshPrimURL|0|20.0|10.0}}
{{LslFunction|llRefreshPrimURL|0|20.0|10.0}}



Revision as of 14:45, 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 );

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


llRefreshPrimURL( );

0 Function ID
20.0 Sleep
10.0 Energy



Usage

Example