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 |
|
inlineprivate |
References m_function, m_params, m_target, and m_valid.
|
inlineprivate |
References CallParams(), and m_params.
Referenced by ScriptedWidgetEventHandler::OnMouseButtonDown(), and array< ref CallQueueContext >::Tick().
|
inlineprivate |
References ScriptModule::CallFunction(), ScriptModule::CallFunctionParams(), CGame::GameScript, GetGame(), m_function, and m_target.
Referenced by Call(), and CallQueue::Tick().
|
inlineprivate |
References m_valid.
Referenced by array< ref CallQueueContext >::RemoveCalls().
|
inlineprivate |
References m_valid.
Referenced by array< ref CallQueueContext >::Tick(), and CallQueue::Tick().
|
private |
Referenced by CallParams(), and CallQueueContext().
|
private |
Referenced by Call(), CallQueueContext(), and ScriptedWidgetEventHandler::OnMouseButtonDown().
|
private |
Referenced by CallParams(), CallQueueContext(), and array< ref CallQueueContext >::RemoveCalls().
|
private |
Referenced by CallQueueContext(), Invalidate(), and IsValid().