User:Strife Onizuka/Constant: Difference between revisions
Jump to navigation
Jump to search
m needs to happen before the tables are constructed. |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
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}}} | ||
Line 130: | Line 130: | ||
{{#vardefine:article_type|constant}} | {{#vardefine:article_type|constant}} | ||
{{#vardefine:self|{{{self|}}}{{#var:self}}<noinclude>1</noinclude>}} | |||
{{{inject-1|}}} | {{{inject-1|}}} | ||
Line 282: | Line 284: | ||
{{#vardefine:sort|{{lcfirst:{{#var:name}}}}}} | {{#vardefine:sort|{{lcfirst:{{#var:name}}}}}} | ||
{{#if:{{#var:newbie}}|| | {{#if:{{#var:newbie}}|| |
Latest revision as of 06:20, 4 January 2011
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.