XII Release 0.1.0
Loading...
Searching...
No Matches
xiiScriptWorldModule::FunctionContext Struct Reference

Context information for scheduled script functions. More...

#include <ScriptWorldModule.h>

Public Types

enum  Flags : xiiUInt8 { None , OnlyWhenSimulating }
 Flags controlling when the function should be executed. More...
 

Public Member Functions

bool operator== (const FunctionContext &other) const
 

Public Attributes

xiiPointerWithFlags< const xiiAbstractFunctionProperty, 1 > m_pFunctionAndFlags
 
void * m_pInstance = nullptr
 

Detailed Description

Context information for scheduled script functions.

Member Enumeration Documentation

◆ Flags

Flags controlling when the function should be executed.

Enumerator
None 

Execute always.

OnlyWhenSimulating 

Execute only during simulation.


The documentation for this struct was generated from the following file: