Difference between revisions of "User:Strife Onizuka/Constant"
Jump to navigation
Jump to search
m (needs to happen before the tables are constructed.) |
m (wrong variable) |
||
Line 93: | Line 93: | ||
}} | }} | ||
{{PPC|{{#var:PPC-1}}|{{{name|}}}|{{#var:params-list-set}}|required={{#var:params-list-get}} | {{PPC|{{#var:PPC-1}}|{{{name|}}}|{{#var:params-list-set}}|required={{#var:params-list-get}} | ||
|list={{#if:{{{list_name|}}}|{{LSL Param|{{{list_name|}}}|{{{ | |list={{#if:{{{list_name|}}}|{{LSL Param|{{{list_name|}}}|{{{list_disp|}}}|, click [show] for more information}}}} | ||
|const={{#var:const_{{{name|}}}}} | |const={{#var:const_{{{name|}}}}} | ||
|value={{{value}}} | |value={{{value}}} |
Revision as of 00:23, 19 November 2010
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
See User:Strife Onizuka/Constant/docs for documentation.
This is a PrimitiveParams specific template.
Description
Constant: [[|]] [[|]] = ;The constant has the value
llGetPrimitiveParams
llGetPrimitiveParams([ [[|]] ])Returns the list [ ]
The same syntax applies to llGetLinkPrimitiveParams, but with an additional prefixed link parameter in the function call.
llSetPrimitiveParams
llSetPrimitiveParams([ [[|]] ])The same syntax applies to llSetLinkPrimitiveParams and llSetLinkPrimitiveParamsFast but with an additional prefixed link parameter in the function call.
Caveats
Related Articles
Deep Notes
[[Category:LSL Constants|]] [[Category:LSL |]]