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