Skip to main content

Meta_EventFunction

Module: Metanodes / Definitions

An EventFunction is attached to a Meta_EventHandler, and refers to a named function registered via the C API.

#include <meta_script.hpp>

Public Types

TypeName
enumIDX { Idx_Name }
Property index.

Public Types Documentation

enum IDX

EnumeratorValueDescription
Idx_Namestring - The name of the function as registered through the API (e.g. pluginName_someFunc)

Property index.