|
DayZ 1.24
|
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 | |
| int | m_Id |
| string | m_SqfCommand |
| bool | m_IsRunning |
Definition at line 1 of file SqfDebugWatcher.c.
Definition at line 9 of file SqfDebugWatcher.c.
References m_Id, m_IsRunning, and m_SqfCommand.
|
inlineprivate |
Definition at line 51 of file SqfDebugWatcher.c.
References m_IsRunning, and m_SqfCommand.
|
inlineprivate |
|
inlineprivate |
Definition at line 26 of file SqfDebugWatcher.c.
References m_SqfCommand.
|
inlineprivate |
Definition at line 36 of file SqfDebugWatcher.c.
References m_IsRunning.
|
inlineprivate |
Definition at line 41 of file SqfDebugWatcher.c.
References m_IsRunning.
Definition at line 31 of file SqfDebugWatcher.c.
References m_SqfCommand.
|
inlineprivate |
Definition at line 46 of file SqfDebugWatcher.c.
References m_IsRunning.
|
private |
Definition at line 3 of file SqfDebugWatcher.c.
Referenced by GetId(), SetId(), and SqfDebugWatcher().
|
private |
Definition at line 6 of file SqfDebugWatcher.c.
Referenced by Execute(), IsRunning(), Run(), SqfDebugWatcher(), and Stop().
|
private |
Definition at line 4 of file SqfDebugWatcher.c.
Referenced by Execute(), GetSqfCommand(), SetSqfCommand(), and SqfDebugWatcher().