Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
861
RwTexture* NPCC_FindRWTexture(U32 hashid)
862
{
863
return (RwTexture*)xSTFindAsset(hashid, NULL);
864
}
865
866
RwTexture* NPCC_FindRWTexture(const char* txtrname)
867
{
Callers
4
Init
Method · 0.85
Setup
Method · 0.85
NPCC_FindRWRaster
Function · 0.85
Setup
Method · 0.85
Calls
2
xSTFindAsset
Function · 0.50
xStrHash
Function · 0.50
Tested by
no test coverage detected