![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Private Member Functions | |
| void | CallQueueContext (Class target, string fn, Param params) |
| void | Call () |
| void | CallParams (Param params) |
| void | Invalidate () |
| bool | IsValid () |
Private Attributes | |
| string | m_function |
| ref Param | m_params |
| Class | m_target |
| bool | m_valid |
|
inlineprivate |
|
inlineprivate |
Definition at line 30 of file tools.c.
References CallParams(), and m_params.
Referenced by ScriptedWidgetEventHandler::OnMouseButtonDown(), and array< ref CallQueueContext >::Tick().
|
inlineprivate |
Definition at line 35 of file tools.c.
References g_Game, m_function, and m_target.
Referenced by Call(), and CallQueue::Tick().
|
inlineprivate |
Definition at line 47 of file tools.c.
References m_valid.
Referenced by array< ref CallQueueContext >::RemoveCalls().
|
inlineprivate |
Definition at line 51 of file tools.c.
References m_valid.
Referenced by array< ref CallQueueContext >::Tick(), and CallQueue::Tick().
|
private |
Definition at line 18 of file tools.c.
Referenced by CallQueueContext(), and CallParams().
|
private |
Definition at line 19 of file tools.c.
Referenced by CallQueueContext(), Call(), and ScriptedWidgetEventHandler::OnMouseButtonDown().
|
private |
Definition at line 17 of file tools.c.
Referenced by CallQueueContext(), CallParams(), and array< ref CallQueueContext >::RemoveCalls().
|
private |
Definition at line 20 of file tools.c.
Referenced by CallQueueContext(), Invalidate(), and IsValid().