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

Method send_message

editor/debugger/script_editor_debugger.cpp:1989–1991  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1987}
1988
1989void ScriptEditorDebugger::send_message(const String &p_message, const Array &p_args) {
1990 _put_msg(p_message, p_args);
1991}
1992
1993void ScriptEditorDebugger::toggle_profiler(const String &p_profiler, bool p_enable, const Array &p_data) {
1994 Array msg_data = { p_enable, p_data };

Callers 9

_session_startedMethod · 0.45
set_suspendMethod · 0.45
next_frameMethod · 0.45
set_node_typeMethod · 0.45
set_selection_visibleMethod · 0.45
set_select_modeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected