Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
365
void EditorPlugin::set_state(const Dictionary &p_state) {
366
GDVIRTUAL_CALL(_set_state, p_state);
367
}
368
369
void EditorPlugin::clear() {
370
GDVIRTUAL_CALL(_clear);
Callers
1
set_editor_plugin_states
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected