Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ FreeModel
Method
FreeModel
src/SB/Game/zNPCHazard.cpp:217–224 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
215
}
216
217
void NPCHazard::FreeModel()
218
{
219
if (mdl_hazard != NULL)
220
{
221
xModelInstanceFree(mdl_hazard);
222
}
223
mdl_hazard = NULL;
224
}
225
226
void NPCHazard::Discard()
227
{
Callers
nothing calls this directly
Calls
1
xModelInstanceFree
Function · 0.50
Tested by
no test coverage detected