DIFF

class SqfDebugWatcherSource

Constructors 1

void SqfDebugWatcher(int id, string sqf_command)
References m_Id, m_IsRunning, and m_SqfCommand

Members 3

private int m_Id
Referenced by GetId(), SetId(), and SqfDebugWatcher()
private string m_SqfCommand
Referenced by Execute(), GetSqfCommand(), SetSqfCommand()
Show 1 more, SqfDebugWatcher()
private bool m_IsRunning
Referenced by Execute(), IsRunning(), Run()
Show 2 more, SqfDebugWatcher(), and Stop()

Methods 8

int GetId()
References m_Id
void SetId(int id)
References m_Id
string GetSqfCommand()
References m_SqfCommand
void SetSqfCommand(string sqf_command)
References m_SqfCommand
bool IsRunning()
References m_IsRunning
void Run()
References m_IsRunning
void Stop()
References m_IsRunning
void Execute()
References m_IsRunning, and m_SqfCommand