MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / free

Method free

Engine/source/materials/materialList.cpp:128–133  ·  view source on GitHub ↗

--------------------------------------

Source from the content-addressed store, hash-verified

126
127//--------------------------------------
128void MaterialList::free()
129{
130 clearMatInstList();
131 mMatInstList.clear();
132 mMaterialNames.clear();
133}
134
135/*
136//--------------------------------------

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected