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

Method ParseINI

src/SB/Game/zNPCTypeDutchman.cpp:1280–1288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1278}
1279
1280void zNPCDutchman::ParseINI()
1281{
1282 zNPCCommon::ParseINI();
1283 cfg_npc->snd_traxShare = g_sndTrax_Dutchman;
1284 NPCS_SndTablePrepare(g_sndTrax_Dutchman);
1285 cfg_npc->snd_trax = g_sndTrax_Dutchman;
1286 NPCS_SndTablePrepare(g_sndTrax_Dutchman);
1287 tweak.load(parmdata, pdatsize);
1288}
1289
1290void zNPCDutchman::SelfSetup()
1291{

Callers

nothing calls this directly

Calls 3

NPCS_SndTablePrepareFunction · 0.70
ParseINIFunction · 0.50
loadMethod · 0.45

Tested by

no test coverage detected