Difference between revisions of "Template:LSLFunctionAll"

From Second Life Wiki
Jump to navigation Jump to search
Line 3: Line 3:
|-
|-
|valign="top"|
|valign="top"|
{{LslFunction|{{{func}}}|{{{func_id}}}|{{{func_sleep}}}|{{{func_energy}}}
{{LslFunction|{{{func}}}|{{{func_id|}}}|{{{func_sleep}}}|{{{func_energy}}}
|r={{{return_type|}}}
|r={{{return_type|}}}
|rd={{{return_text|}}}
|rd={{{return_text|}}}
Line 70: Line 70:
{{LSLFunctionAll
{{LSLFunctionAll
|func=llFunction
|func=llFunction
|func_id
|func_id=-1
|func_sleep=0.0
|func_sleep=0.0
|func_energy=0.0
|func_energy=0.0

Revision as of 18:42, 25 January 2007


The correct title of this article is Template:llFunction. The initial letter is shown capitalized due to technical restrictions.

integer llFunction( );

-1 Function ID
0.0 Delay
0.0 Energy

Returns an integer that is set to zero.


Specification

Function template thingy

Caveats

  • None known

Examples

Helper Functions

See Also

Notes