MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / RestoreColFlags

Method RestoreColFlags

src/SB/Core/x/xNPCBasic.h:72–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70
71 S32 SelfType() const;
72 void RestoreColFlags()
73 {
74 flags2.flg_colCheck = ColChkFlags();
75 flags2.flg_penCheck = ColPenFlags();
76 chkby = ColChkByFlags();
77 penby = ColPenByFlags();
78 pflags = PhysicsFlags();
79 colFreq = -1;
80 }
81
82 void DBG_PStatClear();
83 void DBG_PStatOn(en_npcperf stat)

Callers 9

ExitMethod · 0.80
ResetMethod · 0.80
SysEventMethod · 0.80
quietIdleCBFunction · 0.80
quietHideCBFunction · 0.80
ExitMethod · 0.80
SuspendMethod · 0.80
ExitMethod · 0.80
reappearMethod · 0.80

Calls 3

ColChkFlagsFunction · 0.50
ColPenFlagsFunction · 0.50
PhysicsFlagsFunction · 0.50

Tested by

no test coverage detected