Template:Sdk event page: Difference between revisions
Jump to navigation
Jump to search
Roy Curtis (talk | contribs) m box-sizing |
Roy Curtis (talk | contribs) m combined two for easier copy |
||
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;">'''Event set snippet''' {{pill|?|title=This snippet assumes that the target VPInstance is in a variable identified as 'instance'}} | <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;">'''Event set and handler snippet''' {{pill|?|title=This snippet assumes that the target VPInstance is in a variable identified as 'instance'}} | ||
<code style="display: block; padding: 8px; margin: 8px 0px; border: 1px dashed hsl(204,100%,70%);">vp_event_set(instance, VP_EVENT_{{uc:{{{1|unknown}}}}}, event_{{lc:{{{1|unknown}}}}}); | <code style="display: block; padding: 8px; margin: 8px 0px; border: 1px dashed hsl(204,100%,70%);">vp_event_set(instance, VP_EVENT_{{uc:{{{1|unknown}}}}}, event_{{lc:{{{1|unknown}}}}}); | ||
void event_{{lc:{{{1|unknown}}}}}(VPInstance instance) { }</code></div> | |||
{{{2}}}__NOTOC__ | {{{2}}}__NOTOC__ | ||
== Attributes ==__NOEDITSECTION__ | == Attributes ==__NOEDITSECTION__ |
Revision as of 09:07, 25 August 2013
Event set and handler snippet ?
vp_event_set(instance, VP_EVENT_UNKNOWN, event_unknown);
void event_unknown(VPInstance instance) { }
{{{2}}}
Attributes
- No attributes are used for this event
Behavior
- There is no special behavior for this event
Examples
- This event has no usage examples; please add at least one to this page
Usage
{{sdk event page|Event name|Event description |attributes={{sdk attribute row|type|name|description}} |behavior= |caveats= |examples= |seealso= }}