MCPcopy 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
217void NPCHazard::FreeModel()
218{
219 if (mdl_hazard != NULL)
220 {
221 xModelInstanceFree(mdl_hazard);
222 }
223 mdl_hazard = NULL;
224}
225
226void NPCHazard::Discard()
227{

Callers

nothing calls this directly

Calls 1

xModelInstanceFreeFunction · 0.50

Tested by

no test coverage detected