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

From Second Life Wiki
Jump to navigation Jump to search
m
m
 
Line 3: Line 3:
==== 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}}
}}