Difference between revisions of "Template:LSL Const/Signature"

From Second Life Wiki
Jump to navigation Jump to search
m
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{{2}}} {{#if:{{{3|}}}|{{{1}}} = {{{3}}}|{{{1}}}}}<nowiki>;</nowiki>{{#if:{{{c|}}}|//{{{c|}}}}}<noinclude>
{{{2}}} {{#if:{{{3|}}}{{{hex|}}}|{{{1}}} = {{#if:{{{hex|}}}|{{{hex|}}}|{{{3}}}}}|{{{1}}}}}<nowiki>;</nowiki>{{#if:{{{c|}}}|//{{{c|}}}}}<noinclude>


==== Easy subtemplate mayhem ====
==== Easy subtemplate mayhem ====
<pre>
<pre>
{{#vardefine:signature|{{#if:{{#var:signature}}|{{#var:signature}}
{{LSL Signature/Add|
}}{{LSL Const/Signature|STATUS_OK|integer|0|m=3|c=Result of function call was success}}
{{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}}
{{LSL Const/Signature|STATUS_MALFORMED_PARAMS|integer|1000|m=3|c=Function was called with malformed parameters}}
}}
}}
</pre>
</pre>
</noinclude>
</noinclude>

Latest revision as of 12:16, 8 January 2012

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

Easy subtemplate mayhem

{{LSL Signature/Add|
{{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}}
}}