Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ zDispatcher_Init
Function
zDispatcher_Init
src/SB/Game/zDispatcher.cpp:86–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
85
st_ZDISPATCH_DATA* zDispatcher_getInst(st_ZDISPATCH_DATA* pool, S32 idx)
86
{
87
return &pool[idx];
88
}
89
90
void zDispatcher_Init(st_ZDISPATCH_DATA* dspdata, xBaseAsset* bass)
91
{
92
ZDSP_instInit(dspdata, bass);
Callers
1
zSceneInitFunc_Dispatcher
Function · 0.85
Calls
1
ZDSP_instInit
Function · 0.85
Tested by
no test coverage detected