Template:LSL Const/Signature: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
Strife Onizuka (talk | contribs)
m Created page with "{{{2}}} {{#if:{{{3|}}}|{{{1}}} = {{{3}}}|{{{1}}}}}<nowiki>;</nowiki>{{#if:{{{c|}}}|//{{{c|}}}}}"
 
Strife Onizuka (talk | contribs)
mNo edit summary
Line 1: Line 1:
{{{2}}} {{#if:{{{3|}}}|{{{1}}} = {{{3}}}|{{{1}}}}}<nowiki>;</nowiki>{{#if:{{{c|}}}|//{{{c|}}}}}
{{{2}}} {{#if:{{{3|}}}|{{{1}}} = {{{3}}}|{{{1}}}}}<nowiki>;</nowiki>{{#if:{{{c|}}}|//{{{c|}}}}}<noinclude>
 
==== Easy subtemplate mayhem ====
<pre>
{{#vardefine:signature|{{#if:{{#var:signature}}|{{#var:signature}}
}}{{LSL Const/Signature|STATUS_OK|integer|0|m=3|c=Result of function call was success}}
{{LSL Const/Signature|STATUS_MALFORMED_PARAMS|integer|1000|m=3|c=Function was called with malformed parameters}}
}}
</pre>
</noinclude>

Revision as of 23:39, 7 January 2012

{{{2}}} {{{1}}};

Easy subtemplate mayhem

{{#vardefine:signature|{{#if:{{#var:signature}}|{{#var:signature}}
}}{{LSL Const/Signature|STATUS_OK|integer|0|m=3|c=Result of function call was success}}
{{LSL Const/Signature|STATUS_MALFORMED_PARAMS|integer|1000|m=3|c=Function was called with malformed parameters}}
}}