Template:LSL Constant: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 34: | Line 34: | ||
== Functions and Events == | == Functions and Events == | ||
<div style="padding: 0.5em"> | <div style="padding: 0.5em"> | ||
{{#if:{{{constants|{{#var:constants}}}}}|<h3>Constants</h3> | |||
{{{!}} | {{{!}} | ||
{{{constants|{{#var:constants}}}}} | |||
{{!}}} }} | |||
{{!}} | {{#if:{{{functions|{{#var:functions}}}}}|<h3>Functions</h3> | ||
{{{!}} | |||
{{{functions|{{#var:functions}}}}} | |||
{{!}}} }} | |||
{{#if:{{{functions|{{#var:functions}}}}}| | {{#if:{{{events|{{#var:events}}}}}|<h3>Events</h3> | ||
{{{!}} | |||
{{!}} | {{{events|{{#var:events}}}}} | ||
{{{functions|{{#var:functions | {{!}}} }} | ||
{{!}} | |||
{{#if:{{{events|{{#var:events}}}}}| | |||
{{!}} | |||
{{{events|{{#var:events | |||
{{!}}} | |||
</div></div> | </div></div> | ||
{{!}}- | {{!}}- | ||
Revision as of 01:39, 28 February 2007
| LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
See Template:LSL Constant/docs for documentation.
{{LSL Constant
|name
|type
|value
|desc
|examples
|events
|functions
|cat1
|cat2
|cat3
|cat4
|cat5
|cat6
}}
Example
[[{{var:type}}]] [[{{var:name}}]] = {{var:value}};The {{var:type}} constant {{var:name}} has the value {{var:value}} | |||
Functions and EventsConstants
Functions
Events
| |||
Examples{{var:examples}} |