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

Function zDispatcher_getInst

src/SB/Game/zDispatcher.cpp:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 depot->raw_pool = pool;
80 depot->raw_cnt = cnt;
81 return pool;
82 }
83}
84
85st_ZDISPATCH_DATA* zDispatcher_getInst(st_ZDISPATCH_DATA* pool, S32 idx)
86{
87 return &pool[idx];

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected