Skip to main content

Meta_EventScript

Module: Metanodes / Definitions

An EventScript is attached to a Meta_EventHandler, and contains Lua script to execute when the event is triggered.

#include <meta_importables.hpp>

Public Types

TypeName
enumIDX { Idx_Code, Idx_ErrorText, Idx_ErrorLine, Idx_UserSystem, Idx_SystemDocument }
Property index.

Public Functions

TypeName
voidAddSystemDoc(HMigration )

Public Types Documentation

enum IDX

EnumeratorValueDescription
Idx_Codestring - The script code
Idx_ErrorTextstring - If execution results in an error, the error message is stored here
Idx_ErrorLineint - If execution results in an error, the line number that the error occurred on is stored here (if available)
Idx_UserSystembool - Specifies that the script is part of the application rather than scene, so should persist between scenes
Idx_SystemDocumentInternal.

Property index.

Public Functions Documentation

AddSystemDoc

static void AddSystemDoc(
HMigration
)