Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1192
void EditorData::clear_script_icon_cache() {
1193
_script_icon_cache.clear();
1194
}
1195
1196
EditorData::EditorData() {
1197
undo_redo_manager = memnew(EditorUndoRedoManager);
Callers
1
_remove_scene
Method · 0.80
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected