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

Function NPCC_FindRWTexture

src/SB/Game/zNPCSupport.cpp:861–864  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

859}
860
861RwTexture* NPCC_FindRWTexture(U32 hashid)
862{
863 return (RwTexture*)xSTFindAsset(hashid, NULL);
864}
865
866RwTexture* NPCC_FindRWTexture(const char* txtrname)
867{

Callers 4

InitMethod · 0.85
SetupMethod · 0.85
NPCC_FindRWRasterFunction · 0.85
SetupMethod · 0.85

Calls 2

xSTFindAssetFunction · 0.50
xStrHashFunction · 0.50

Tested by

no test coverage detected