| 14 | } |
| 15 | |
| 16 | void CheatManager::SetExemptStatus(ExemptionType type, bool v) |
| 17 | { |
| 18 | if (v) { |
| 19 | MovementCheck(); |
| 20 | } |
| 21 | m_exemption[type] = v; |
| 22 | } |
| 23 | |
| 24 | bool CheatManager::GetExemptStatus(ExemptionType type) |
| 25 | { |
no outgoing calls
no test coverage detected