Template:Sdk method page: Difference between revisions

From Virtual Paradise Wiki
Jump to navigation Jump to search
(draft commit)
 
No edit summary
Line 1: Line 1:
<div style="float: right; width: 400px; {{box-sizing}} {{bg linearfade|color={{{color|204,100%,90%}}}}}; padding: 32px 16px 16px 16px; border-radius: 0px 0px 16px 16px;">'''Method call snippet'''
<div style="float: right; width: 400px; {{box-sizing}} {{bg linearfade|color={{{color|204,100%,90%}}}}}; padding: 32px 16px 16px 16px; border-radius: 0px 0px 16px 16px;">'''Method call snippet'''
<code style="display: block; padding: 8px; margin: 8px 0px; border: 1px dashed hsl(204,100%,70%);">vp_{{lc:{{{1|unknown}}}}}({{{customparamex| instance{{#if:{{{paramex|}}}|, {{{paramex}}}|}} }}});</code></div>
<code style="display: block; padding: 8px; margin: 8px 0px; border: 1px dashed hsl(204,100%,70%);">vp_{{lc:{{{1|unknown}}}}}({{{customparamex| instance{{#if:{{{paramex|}}}|, {{{paramex}}}|}} }}});</code></div>
<div style="font-size: large; font-family: monospace;">'''{{color|blue|{{{returntype|int <sup>[[Reason code]]</sup>}}}}}''' vp_method(VPInstance instance{{#if:{{{param|}}}|, {{{param}}}|}})</div>
{{{2}}}__NOTOC__
{{{2}}}__NOTOC__
== Attributes ==__NOEDITSECTION__
== Attributes & parameters ==__NOEDITSECTION__
{{#if: {{{attributes|}}} | {{sdk attribute table|{{{attributes}}}}} |:''No attributes are sent by this method''}}
{{#if: {{{attributes|}}} | {{sdk attribute table|{{{attributes}}}}} |:''No attributes are sent by this method''}}
{{#if: {{{parameters|}}} | {{sdk parameter table|{{{parameters}}}}} |:''No parameters are used by this method''}}
== Returns ==__NOEDITSECTION__
{{#if: {{{returns|}}} | {{{returns}}} |:''Nothing is returned by this method''}}
== Behavior ==__NOEDITSECTION__
== Behavior ==__NOEDITSECTION__
{{#if: {{{behavior|}}} | {{{behavior}}} |:''There is no special behavior for this method''}}
{{#if: {{{behavior|}}} | {{{behavior}}} |:''There is no special behavior for this method''}}
Line 17: Line 21:
== Usage ==
== Usage ==
<pre>{{sdk event page|Event name|Event description
<pre>{{sdk event page|Event name|Event description
|returntype=
|param=
|paramex=
|paramex=
|attributes={{sdk attribute row|type|name|description}}
|attributes={{sdk attribute row|type|name|description}}
|parameters={{sdk parameter row|type|name|description}}
|returns=
|behavior=
|behavior=
|caveats=
|caveats=

Revision as of 22:44, 27 September 2013

Method call snippet vp_unknown( instance );
int Reason code vp_method(VPInstance instance)

{{{2}}}

Attributes & parameters

No attributes are sent by this method
No parameters are used by this method

Returns

Nothing is returned by this method

Behavior

There is no special behavior for this method

Examples

This method has no usage examples; please add at least one to this page


Usage

{{sdk event page|Event name|Event description
|returntype=
|param=
|paramex=
|attributes={{sdk attribute row|type|name|description}}
|parameters={{sdk parameter row|type|name|description}}
|returns=
|behavior=
|caveats=
|examples=
|seealso=
}}