MCPcopy Create free account
hub / github.com/EQEmu/EQEmu / SetExemptStatus

Method SetExemptStatus

zone/cheat_manager.cpp:16–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 9

SpellOnTargetMethod · 0.80
SendZoneCancelMethod · 0.80
SendZoneErrorMethod · 0.80
ZonePCMethod · 0.80
Handle_OP_AssistMethod · 0.80
Handle_OP_AssistGroupMethod · 0.80
Handle_OP_TargetMouseMethod · 0.80
Handle_OP_UnderWorldMethod · 0.80
DoKnockbackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected