PC Stable Documentation
|
|
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 |
|
inlineprivate |
References m_Id, m_IsRunning, and m_SqfCommand.
|
inlineprivate |
References m_IsRunning, and m_SqfCommand.
|
inlineprivate |
References m_SqfCommand.
|
inlineprivate |
References m_IsRunning.
|
inlineprivate |
References m_IsRunning.
|
inlineprivate |
References m_SqfCommand.
|
inlineprivate |
References m_IsRunning.
|
private |
Referenced by GetId(), SetId(), and SqfDebugWatcher().
|
private |
Referenced by Execute(), IsRunning(), Run(), SqfDebugWatcher(), and Stop().
|
private |
Referenced by Execute(), GetSqfCommand(), SetSqfCommand(), and SqfDebugWatcher().