Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
CallQueueContext Class Reference

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

Detailed Description

Definition at line 15 of file tools.c.

Constructor & Destructor Documentation

◆ CallQueueContext()

void CallQueueContext ( Class target,
string fn,
Param params )
inlineprivate

Definition at line 22 of file tools.c.

References m_function, m_params, m_target, and m_valid.

Member Function Documentation

◆ Call()

void Call ( )
inlineprivate

◆ CallParams()

void CallParams ( Param params)
inlineprivate

Definition at line 35 of file tools.c.

References g_Game, m_function, and m_target.

Referenced by Call(), and CallQueue::Tick().

◆ Invalidate()

void Invalidate ( )
inlineprivate

Definition at line 47 of file tools.c.

References m_valid.

Referenced by array< ref CallQueueContext >::RemoveCalls().

◆ IsValid()

bool IsValid ( )
inlineprivate

Definition at line 51 of file tools.c.

References m_valid.

Referenced by array< ref CallQueueContext >::Tick(), and CallQueue::Tick().

Field Documentation

◆ m_function

string m_function
private

Definition at line 18 of file tools.c.

Referenced by CallQueueContext(), and CallParams().

◆ m_params

ref Param m_params
private

Definition at line 19 of file tools.c.

Referenced by CallQueueContext(), Call(), and ScriptedWidgetEventHandler::OnMouseButtonDown().

◆ m_target

Class m_target
private

◆ m_valid

bool m_valid
private

Definition at line 20 of file tools.c.

Referenced by CallQueueContext(), Invalidate(), and IsValid().


The documentation for this class was generated from the following file:
  • F:/Games/Dayz/scripts/3_game/tools/tools.c