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

Method ParseINI

src/SB/Game/zNPCTypeBossSandy.cpp:618–626  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

616}
617
618void zNPCBSandy::ParseINI()
619{
620 zNPCCommon::ParseINI();
621
622 this->cfg_npc->snd_traxShare = NULL;
623 this->cfg_npc->snd_trax = g_sndTrax_BossSandy;
624
625 NPCS_SndTablePrepare(g_sndTrax_BossSandy);
626}
627
628U32 zNPCBSandy::AnimPick(S32 gid, en_NPC_GOAL_SPOT param_2, xGoal* rawgoal)
629{

Callers

nothing calls this directly

Calls 2

NPCS_SndTablePrepareFunction · 0.70
ParseINIFunction · 0.50

Tested by

no test coverage detected