AW EVENT TOOLBAR CLICK

From ActiveWiki
Revision as of 14:13, 26 October 2008 by Macavity (talk | contribs) (only available to caretakers)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Minimum requirements
Added in version 3.5
SDKbuild 37
Worldbuild 63


AW_EVENT_TOOLBAR_CLICK

Description

User clicked an "sdk event" toolbar button.

Notes

This event is triggered whenever a user clicks on an "sdk event" toolbar button, or if another SDK application calls aw_toolbar_click.

Only instances owned by a caretaker (i.e. aw_bool (AW_WORLD_CARETAKER_CAPABILITY) returns 1) will receive this event.

Attributes

AW_TOOLBAR_SESSION
AW_TOOLBAR_ID

Examples

See aw_toolbar_click for an example of how to use AW_EVENT_TOOLBAR_CLICK.

Triggered by