Skip to main content

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

TypeName
enumIDX { 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

EnumeratorValueDescription
Idx_Enabledbool - When enabled, the event can be triggered
Idx_Eventstring - The name of the event, prefixed with Event_ (e.g. Event_Touch, Event_KeyPress)

Property index.