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">
== {{{r= }}}{{{1}}}(
== {{{r= }}}{{{f}}}(
{{#if: {{{p1|}}} && {{{p1t|}}} && {{{p1d|}}}|{{LSLG|p1t}}||}}
{{ #if: {{{p1|}}} && {{{p1t|}}} && {{{p1d|}}}|{{LSLG|p1t}}||}}
); ==
); ==
<div style="padding: 0.5em">
<div style="padding: 0.5em">
Line 8: Line 8:
{|  
{|  
|-  
|-  
| {{{2}}}
| {{{i}}}
| [[LSL_Function_ID|Function ID]]
| [[LSL_Function_ID|Function ID]]
|-  
|-  
| {{{3}}}
| {{{s}}}
| [[LSL_Sleep|Sleep]]
| [[LSL_Sleep|Sleep]]
|-  
|-  
| {{{4}}}
| {{{e}}}
| [[LSL_Energy|Energy]]
| [[LSL_Energy|Energy]]
|}
|}
</div>
</div>
{{#if: {{{p1|}}} && {{{p1t|}}} && {{{p1d|}}}|* {{LSLG|p1d}}||}}
{{ #if: {{{p1|}}} && {{{p1t|}}} && {{{p1d|}}}|* {{LSLG|p1d}}||}}
<div style="clear:right;" ></div>
<div style="clear:right;" ></div>
</div>
</div>
Line 25: Line 25:
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|llSin|0|0.0|10.0|r=float|p1=theta|p1t=float|p1d=Angle in radians}}
{{LslFunction|f=llSin|i=0|s=0.0|e=10.0|r=float |p1=theta|p1t=float|p1d=Angle in radians}}





Revision as of 13:43, 25 January 2007

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


== {{{r= }}}llSin( p1t ); ==


Usage

Example