MCPcopy 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
253void EditorSelectionHistory::clear() {
254 history.clear();
255 current_elem_idx = -1;
256}
257
258EditorSelectionHistory::EditorSelectionHistory() {
259 current_elem_idx = -1;

Callers 8

copy_object_paramsMethod · 0.45
clear_editor_statesMethod · 0.45
clear_edited_scenesMethod · 0.45
_update_node_listMethod · 0.45

Calls 2

is_emptyMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected