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

Method Destroy

src/SB/Game/zNPCTypeBossPatrick.cpp:821–836  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

819}
820
821void zNPCBPatrick::Destroy()
822{
823 if (this->frozenSB)
824 {
825 xModelInstanceFree(this->frozenSB);
826 this->frozenSB = NULL;
827 }
828
829 if (this->frozenSBIce)
830 {
831 xModelInstanceFree(this->frozenSBIce);
832 this->frozenSBIce = NULL;
833 }
834
835 zNPCCommon::Destroy();
836}
837
838U32 zNPCBPatrick::AnimPick(S32 rawgoal, en_NPC_GOAL_SPOT gspot, xGoal* goal)
839{

Callers

nothing calls this directly

Calls 1

xModelInstanceFreeFunction · 0.50

Tested by

no test coverage detected