4 private string m_SqfCommand;
6 private bool m_IsRunning;
9 void SqfDebugWatcher(
int id,
string sqf_command )
12 m_SqfCommand = sqf_command;
26 string GetSqfCommand()
31 void SetSqfCommand(
string sqf_command )
33 m_SqfCommand = sqf_command;
53 if ( m_IsRunning && m_SqfCommand !=
"" )