DayZ 1.24
|
Private Member Functions | |
void | CallQueueContext (Class target, string fn, Param params) |
void | Call () |
void | CallParams (Param params) |
void | Invalidate () |
bool | IsValid () |
Private Attributes | |
Class | m_target |
string | m_function |
ref Param | m_params |
bool | m_valid |
Definition at line 22 of file tools.c.
References m_function, m_params, m_target, and m_valid.
|
inlineprivate |
Definition at line 30 of file tools.c.
References CallParams(), and m_params.
Referenced by array< ref CallQueueContext >::Tick().
Definition at line 35 of file tools.c.
References ScriptModule::CallFunction(), ScriptModule::CallFunctionParams(), CGame::GameScript, GetGame(), m_function, and m_target.
Referenced by Call().
|
inlineprivate |
Definition at line 43 of file tools.c.
References m_valid.
Referenced by array< ref CallQueueContext >::RemoveCalls().
|
inlineprivate |
Definition at line 48 of file tools.c.
References m_valid.
Referenced by array< ref CallQueueContext >::Tick().
|
private |
Definition at line 18 of file tools.c.
Referenced by CallParams(), and CallQueueContext().
Definition at line 19 of file tools.c.
Referenced by Call(), and CallQueueContext().
|
private |
Definition at line 17 of file tools.c.
Referenced by CallParams(), CallQueueContext(), and array< ref CallQueueContext >::RemoveCalls().
|
private |
Definition at line 20 of file tools.c.
Referenced by CallQueueContext(), Invalidate(), and IsValid().