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

Method clear

Engine/source/gui/worldEditor/editorIconRegistry.cpp:167–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167void EditorIconRegistry::clear()
168{
169 mIcons.clear();
170 mDefaultIcon.free();
171}
172
173DefineEngineStaticMethod( EditorIconRegistry, add, void, (String className, String imageFile, bool overwrite), (true),
174 "@internal")

Callers 1

Calls 1

freeMethod · 0.45

Tested by

no test coverage detected