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