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

Method clear_style

editor/debugger/script_editor_debugger.cpp:171–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171void ScriptEditorDebugger::clear_style() {
172 tabs->remove_theme_style_override(SceneStringName(panel));
173}
174
175void ScriptEditorDebugger::save_node(ObjectID p_id, const String &p_file) {
176 Array msg = { p_id, p_file };

Callers 1

_add_debuggerMethod · 0.80

Calls 1

Tested by

no test coverage detected