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

Function FindAssetCB

src/SB/Game/zAssetTypes.cpp:601–605  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

599 soundEffectCB };
600
601static void* FindAssetCB(U32 ID, char*)
602{
603 U32 size;
604 return xSTFindAsset(ID, &size);
605}
606
607static xAnimTable* Anim_ATBL_getTable(xAnimTable* (*constructor)());
608static void* ATBL_Read(void*, U32, void* indata, U32 param_4, U32* outsize)

Callers 1

xMorphSeqSetupFunction · 0.50

Calls 1

xSTFindAssetFunction · 0.50

Tested by

no test coverage detected