Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
437
xEnt* zNPCMgr_createNPCInst(S32, xEntAsset* assdat)
438
{
439
return zNPCMgrSelf()->CreateNPC(assdat);
440
}
441
442
void zNPCMgr::Startup()
443
{
Callers
1
zSceneInitFunc_SBNPC
Function · 0.85
Calls
2
zNPCMgrSelf
Function · 0.85
CreateNPC
Method · 0.80
Tested by
no test coverage detected