| 86 | } |
| 87 | |
| 88 | void SetActive(bool active) |
| 89 | { |
| 90 | if (s_active == active) |
| 91 | return; |
| 92 | s_active = active; |
| 93 | LOG_INFO(Mission, "DebugCheats::God -> {}", active ? "ON" : "OFF"); |
| 94 | } |
| 95 | |
| 96 | void Invoke(std::string_view args, std::string& out) |
| 97 | { |
no outgoing calls