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
Type | Name |
---|---|
enum | IDX { Idx_Name } Property index. |
Public Types Documentation
enum IDX
Enumerator | Value | Description |
---|---|---|
Idx_Name | string - The name of the function as registered through the API (e.g. pluginName_someFunc) |
Property index.