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

Method get_state

editor/plugins/editor_plugin.cpp:359–363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

357}
358
359Dictionary EditorPlugin::get_state() const {
360 Dictionary state;
361 GDVIRTUAL_CALL(_get_state, state);
362 return state;
363}
364
365void EditorPlugin::set_state(const Dictionary &p_state) {
366 GDVIRTUAL_CALL(_set_state, p_state);

Callers 5

load_sceneMethod · 0.45
_notificationMethod · 0.45
parse_fileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected