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

Method _properties_changed

editor/debugger/editor_debugger_node.cpp:822–829  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

820}
821
822void EditorDebuggerNode::_properties_changed(void *p_ud, Object *p_base, const StringName &p_property, const Variant &p_value) {
823 if (!singleton) {
824 return;
825 }
826 _for_all(singleton->tabs, [&](ScriptEditorDebugger *dbg) {
827 dbg->_property_changed(p_base, p_property, p_value);
828 });
829}
830
831// LiveDebug
832void EditorDebuggerNode::set_live_debugging(bool p_enabled) {

Callers

nothing calls this directly

Calls 2

_for_allFunction · 0.85
_property_changedMethod · 0.45

Tested by

no test coverage detected