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

Method ParseINI

src/SB/Game/zNPCTypeVillager.cpp:423–429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

421}
422
423void zNPCVillager::ParseINI()
424{
425 zNPCCommon::ParseINI();
426 cfg_npc->snd_traxShare = g_sndTrax_Villager;
427 NPCS_SndTablePrepare(g_sndTrax_Villager);
428 zNPCVillager::ParseNonRandTalk();
429}
430
431void zNPCVillager::ParseNonRandTalk()
432{

Callers

nothing calls this directly

Calls 3

ParseNonRandTalkFunction · 0.85
NPCS_SndTablePrepareFunction · 0.70
ParseINIFunction · 0.50

Tested by

no test coverage detected