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

Method _msg_live_node_prop

scene/debugger/scene_debugger.cpp:322–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320}
321
322Error SceneDebugger::_msg_live_node_prop(const Array &p_args) {
323 ERR_FAIL_COND_V(p_args.size() < 3, ERR_INVALID_DATA);
324 LiveEditor::get_singleton()->_node_set_func(p_args[0], p_args[1], p_args[2]);
325 return OK;
326}
327
328Error SceneDebugger::_msg_live_res_prop_res(const Array &p_args) {
329 ERR_FAIL_COND_V(p_args.size() < 3, ERR_INVALID_DATA);

Callers

nothing calls this directly

Calls 2

_node_set_funcMethod · 0.80
sizeMethod · 0.65

Tested by

no test coverage detected