![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
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 |
Definition at line 1 of file sqfdebugwatcher.c.
|
inlineprivate |
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 |
Definition at line 16 of file sqfdebugwatcher.c.
References m_Id.
|
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.
|
inlineprivate |
Definition at line 21 of file sqfdebugwatcher.c.
References m_Id.
|
inlineprivate |
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 SqfDebugWatcher(), GetId(), and SetId().
|
private |
Definition at line 6 of file sqfdebugwatcher.c.
Referenced by SqfDebugWatcher(), Execute(), IsRunning(), Run(), and Stop().
|
private |
Definition at line 4 of file sqfdebugwatcher.c.
Referenced by SqfDebugWatcher(), Execute(), GetSqfCommand(), and SetSqfCommand().