Template:Sdk method page: Difference between revisions
Jump to navigation
Jump to search
Roy Curtis (talk | contribs) params higher priorty; shrunk code header text; added default VPInstance attr |
Roy Curtis (talk | contribs) m newline fix? |
||
| Line 6: | Line 6: | ||
== Parameters & attributes ==__NOEDITSECTION__ | == Parameters & attributes ==__NOEDITSECTION__ | ||
These are the parameters that this method requires: | These are the parameters that this method requires: | ||
{{sdk parameter table|{{#if:{{{noinstanceparam}}}|{{sdk parameter row|VPInstance|instance|Pointer to the instance this method call is intended for}}|}}{{{parameters|}}}}} | {{sdk parameter table|{{#if:{{{noinstanceparam}}}|{{sdk parameter row|VPInstance|instance|Pointer to the instance this method call is intended for}}|}} | ||
{{{parameters|}}}}} | |||
{{#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''}} | ||
Revision as of 13:10, 28 September 2013
Method call snippet
vp_unknown( instance );int RC vp_unknown(
VPInstance
instance ){{{2}}}
Parameters & attributes
These are the parameters that this method requires:
| Parameter | Usage |
|---|---|
VPInstance instance |
Pointer to the instance this method call is intended for |
- No attributes are sent 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=
|parameters={{sdk parameter row|type|name|description}}
|attributes={{sdk attribute row|type|name|description}}
|returns=
|behavior=
|caveats=
|examples=
|seealso=
}}