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

Function NPCC_FindRWRaster

src/SB/Game/zNPCSupport.cpp:851–859  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

849}
850
851RwRaster* NPCC_FindRWRaster(const char* txtrname)
852{
853 RwTexture* txtr = NPCC_FindRWTexture(txtrname);
854 if (txtr != NULL)
855 {
856 return txtr->raster;
857 }
858 return NULL;
859}
860
861RwTexture* NPCC_FindRWTexture(U32 hashid)
862{

Callers 3

SetupMethod · 0.85
ResetMethod · 0.85
SetupMethod · 0.85

Calls 1

NPCC_FindRWTextureFunction · 0.85

Tested by

no test coverage detected