Template:LSLFunction: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
Strife Onizuka (talk | contribs)
No edit summary
Strife Onizuka (talk | contribs)
No edit summary
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|llPow|5|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|306|20.0|10.0}}


== Usage ==
== Usage ==

Revision as of 14:46, 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