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

Function zNPCMgr_createNPCInst

src/SB/Game/zNPCMgr.cpp:437–440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

435}
436
437xEnt* zNPCMgr_createNPCInst(S32, xEntAsset* assdat)
438{
439 return zNPCMgrSelf()->CreateNPC(assdat);
440}
441
442void zNPCMgr::Startup()
443{

Callers 1

zSceneInitFunc_SBNPCFunction · 0.85

Calls 2

zNPCMgrSelfFunction · 0.85
CreateNPCMethod · 0.80

Tested by

no test coverage detected