Template:LSL Const/Signature: Difference between revisions
Jump to navigation
Jump to search
m Created page with "{{{2}}} {{#if:{{{3|}}}|{{{1}}} = {{{3}}}|{{{1}}}}}<nowiki>;</nowiki>{{#if:{{{c|}}}|//{{{c|}}}}}" |
mNo edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{{2}}} {{#if:{{{3|}}}|{{{1}}} = {{{3}}}|{{{1}}}}}<nowiki>;</nowiki>{{#if:{{{c|}}}|//{{{c|}}}}} | {{{2}}} {{#if:{{{3|}}}{{{hex|}}}|{{{1}}} = {{#if:{{{hex|}}}|{{{hex|}}}|{{{3}}}}}|{{{1}}}}}<nowiki>;</nowiki>{{#if:{{{c|}}}|//{{{c|}}}}}<noinclude> | ||
==== Easy subtemplate mayhem ==== | |||
<pre> | |||
{{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}} | |||
}} | |||
</pre> | |||
</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}} }}