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

Private Member Functions

void SqfDebugWatcher (int id, string sqf_command)
void Execute ()
int GetId ()
string GetSqfCommand ()
bool IsRunning ()
void Run ()
void SetId (int id)
void SetSqfCommand (string sqf_command)
void Stop ()

Private Attributes

int m_Id
bool m_IsRunning
string m_SqfCommand

Detailed Description

Definition at line 1 of file sqfdebugwatcher.c.

Constructor & Destructor Documentation

◆ SqfDebugWatcher()

void SqfDebugWatcher ( int id,
string sqf_command )
inlineprivate

Definition at line 9 of file sqfdebugwatcher.c.

References m_Id, m_IsRunning, and m_SqfCommand.

Member Function Documentation

◆ Execute()

void Execute ( )
inlineprivate

Definition at line 51 of file sqfdebugwatcher.c.

References m_IsRunning, and m_SqfCommand.

◆ GetId()

int GetId ( )
inlineprivate

Definition at line 16 of file sqfdebugwatcher.c.

References m_Id.

◆ GetSqfCommand()

string GetSqfCommand ( )
inlineprivate

Definition at line 26 of file sqfdebugwatcher.c.

References m_SqfCommand.

◆ IsRunning()

bool IsRunning ( )
inlineprivate

Definition at line 36 of file sqfdebugwatcher.c.

References m_IsRunning.

◆ Run()

void Run ( )
inlineprivate

Definition at line 41 of file sqfdebugwatcher.c.

References m_IsRunning.

◆ SetId()

void SetId ( int id)
inlineprivate

Definition at line 21 of file sqfdebugwatcher.c.

References m_Id.

◆ SetSqfCommand()

void SetSqfCommand ( string sqf_command)
inlineprivate

Definition at line 31 of file sqfdebugwatcher.c.

References m_SqfCommand.

◆ Stop()

void Stop ( )
inlineprivate

Definition at line 46 of file sqfdebugwatcher.c.

References m_IsRunning.

Field Documentation

◆ m_Id

int m_Id
private

Definition at line 3 of file sqfdebugwatcher.c.

Referenced by SqfDebugWatcher(), GetId(), and SetId().

◆ m_IsRunning

bool m_IsRunning
private

Definition at line 6 of file sqfdebugwatcher.c.

Referenced by SqfDebugWatcher(), Execute(), IsRunning(), Run(), and Stop().

◆ m_SqfCommand

string m_SqfCommand
private

Definition at line 4 of file sqfdebugwatcher.c.

Referenced by SqfDebugWatcher(), Execute(), GetSqfCommand(), and SetSqfCommand().


The documentation for this class was generated from the following file: