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

Method show_nodes

src/SB/Game/zNPCTypeBossSB2.cpp:1354–1365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1352}
1353
1354void zNPCB_SB2::show_nodes()
1355{
1356 // Haven't found 0x74
1357 S32 i;
1358 for (i = 0; i < 9; i++)
1359 {
1360 if (nodes->ent != 0){
1361 xEntShow(nodes->ent);
1362 }
1363 }
1364
1365}
1366
1367void zNPCB_SB2::ouchie()
1368{

Callers 1

ResetMethod · 0.95

Calls 1

xEntShowFunction · 0.85

Tested by

no test coverage detected