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

Method add_do_reference

editor/editor_undo_redo_manager.cpp:243–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241}
242
243void EditorUndoRedoManager::add_do_reference(Object *p_object) {
244 UndoRedo *undo_redo = get_history_for_object(p_object).undo_redo;
245 undo_redo->add_do_reference(p_object);
246}
247
248void EditorUndoRedoManager::add_undo_reference(Object *p_object) {
249 UndoRedo *undo_redo = get_history_for_object(p_object).undo_redo;

Callers 15

_popup_callbackMethod · 0.45
_create_texture_nodeMethod · 0.45
_create_audio_nodeMethod · 0.45
_create_instanceMethod · 0.45
_create_instanceMethod · 0.45
_create_audio_nodeMethod · 0.45
_add_sun_to_sceneMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected