PC Stable Documentation
 
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Loading...
Searching...
No Matches
SqfDebugWatcher Class Reference

Private Member Functions

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

Private Attributes

private int m_Id
 
private string m_SqfCommand
 
private bool m_IsRunning
 

Constructor & Destructor Documentation

◆ SqfDebugWatcher()

void SqfDebugWatcher ( int  id,
string  sqf_command 
)
inlineprivate

References m_Id, m_IsRunning, and m_SqfCommand.

Member Function Documentation

◆ Execute()

void Execute ( )
inlineprivate

References m_IsRunning, and m_SqfCommand.

◆ GetId()

int GetId ( )
inlineprivate

References m_Id.

◆ GetSqfCommand()

string GetSqfCommand ( )
inlineprivate

References m_SqfCommand.

◆ IsRunning()

bool IsRunning ( )
inlineprivate

References m_IsRunning.

◆ Run()

void Run ( )
inlineprivate

References m_IsRunning.

◆ SetId()

void SetId ( int  id)
inlineprivate

References m_Id.

◆ SetSqfCommand()

void SetSqfCommand ( string  sqf_command)
inlineprivate

References m_SqfCommand.

◆ Stop()

void Stop ( )
inlineprivate

References m_IsRunning.

Field Documentation

◆ m_Id

private int m_Id
private

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

◆ m_IsRunning

private bool m_IsRunning
private

◆ m_SqfCommand

private string m_SqfCommand
private

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