Difference between revisions of "Template:LSLFunction"

From Second Life Wiki
Jump to navigation Jump to search
Line 1: Line 1:
<includeonly>
<includeonly>
<div id="box">
<div id="box">
== {{#if: {{{r|}}}|{{LSLG|{{{r}}}}}||}} {{{f}}}( {{ #if: {{{p1|}}} && {{{p1t|}}} && {{{p1d|}}}|{{LSLG|{{{p1t}}}}} {{{p1}}}||}} ); ==
== {{#if: {{{r|}}}|{{LSLG|{{{r}}}}}||}} {{{1}}}( {{ #if: {{{p1|}}} && {{{p1t|}}} && {{{p1d|}}}|{{LSLG|{{{p1t}}}}} {{{p1}}}||}} ); ==
<div style="padding: 0.5em">
<div style="padding: 0.5em">
<div id="box" style="float:right;">
<div id="box" style="float:right;">
{|  
{|  
|-  
|-  
| {{{i}}}
| {{{2}}}
| [[LSL_Function_ID|Function ID]]
| [[LSL_Function_ID|Function ID]]
|-  
|-  
| {{{s}}}
| {{{3}}}
| [[LSL_Sleep|Sleep]]
| [[LSL_Sleep|Sleep]]
|-  
|-  
| {{{e}}}
| {{{4}}}
| [[LSL_Energy|Energy]]
| [[LSL_Energy|Energy]]
|}
|}
Line 23: Line 23:
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.


{{LslFunction|f=llSin|i=0|s=0.0|e=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}}





Revision as of 13:48, 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
  • Angle in radians


Usage

Example