Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Redot-Engine/redot-engine
/ clear
Method
clear
editor/editor_data.cpp:253–256 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
251
}
252
253
void EditorSelectionHistory::clear() {
254
history.clear();
255
current_elem_idx = -1;
256
}
257
258
EditorSelectionHistory::EditorSelectionHistory() {
259
current_elem_idx = -1;
Callers
8
copy_object_params
Method · 0.45
set_editor_plugin_states
Method · 0.45
clear_editor_states
Method · 0.45
restore_edited_scene_state
Method · 0.45
clear_edited_scenes
Method · 0.45
script_class_load_icon_paths
Method · 0.45
clear_script_icon_cache
Method · 0.45
_update_node_list
Method · 0.45
Calls
2
is_empty
Method · 0.45
begin
Method · 0.45
Tested by
no test coverage detected