MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / clear_script_icon_cache

Method clear_script_icon_cache

editor/editor_data.cpp:1192–1194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1190}
1191
1192void EditorData::clear_script_icon_cache() {
1193 _script_icon_cache.clear();
1194}
1195
1196EditorData::EditorData() {
1197 undo_redo_manager = memnew(EditorUndoRedoManager);

Callers 1

_remove_sceneMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected