Meta_EventHandler
Module: Metanodes / Definitions
An EventHandler can be attached to any other node to trigger script execution. More...
#include <meta_importables.hpp>
Public Types
| Type | Name |
|---|---|
| enum | IDX { Idx_Enabled, Idx_Event } Property index. |
Detailed Description
struct Meta_EventHandler;
An EventHandler can be attached to any other node to trigger script execution.
For a full description of event types see Events
Public Types Documentation
enum IDX
| Enumerator | Value | Description |
|---|---|---|
| Idx_Enabled | bool - When enabled, the event can be triggered | |
| Idx_Event | string - The name of the event, prefixed with Event_ (e.g. Event_Touch, Event_KeyPress) |
Property index.