Searched refs:m_is_user_command (Results 1 – 1 of 1) sorted by relevance
149 bool IsUserCommand() { return m_is_user_command; } in IsUserCommand()151 void SetIsUserCommand(bool is_user) { m_is_user_command = is_user; } in SetIsUserCommand()421 bool m_is_user_command = false; variable