![]() |
XII Release 0.1.0
|
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 |
Context information for scheduled script functions.
| enum xiiScriptWorldModule::FunctionContext::Flags : xiiUInt8 |
Flags controlling when the function should be executed.
| Enumerator | |
|---|---|
| None | Execute always. |
| OnlyWhenSimulating | Execute only during simulation. |