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

Method set_state

editor/plugins/editor_plugin.cpp:365–367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

363}
364
365void EditorPlugin::set_state(const Dictionary &p_state) {
366 GDVIRTUAL_CALL(_set_state, p_state);
367}
368
369void EditorPlugin::clear() {
370 GDVIRTUAL_CALL(_clear);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected