Searched refs:_live_edit_node_call_func (Results 1 – 10 of 10) sorted by relevance
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/main/ |
H A D | scene_main_loop.h | 198 void _live_edit_node_call_func(int p_id, const StringName &p_method, VARIANT_ARG_DECLARE); 217 …od, VARIANT_ARG_DECLARE) { reinterpret_cast<SceneTree *>(self)->_live_edit_node_call_func(p_id, p_… in _live_edit_node_call_funcs()
|
H A D | scene_main_loop.cpp | 1229 void SceneTree::_live_edit_node_call_func(int p_id, const StringName &p_method, VARIANT_ARG_DECLARE… in _live_edit_node_call_func() function in SceneTree
|
/dports/devel/godot2/godot-2.1.6-stable/scene/main/ |
H A D | scene_main_loop.h | 198 void _live_edit_node_call_func(int p_id, const StringName &p_method, VARIANT_ARG_DECLARE); 217 …od, VARIANT_ARG_DECLARE) { reinterpret_cast<SceneTree *>(self)->_live_edit_node_call_func(p_id, p_… in _live_edit_node_call_funcs()
|
H A D | scene_main_loop.cpp | 1229 void SceneTree::_live_edit_node_call_func(int p_id, const StringName &p_method, VARIANT_ARG_DECLARE… in _live_edit_node_call_func() function in SceneTree
|
/dports/devel/godot-tools/godot-3.2.3-stable/scene/main/ |
H A D | scene_tree.h | 241 void _live_edit_node_call_func(int p_id, const StringName &p_method, VARIANT_ARG_DECLARE);
|
H A D | scene_tree.cpp | 1397 void SceneTree::_live_edit_node_call_func(int p_id, const StringName &p_method, VARIANT_ARG_DECLARE… in _live_edit_node_call_func() function in SceneTree
|
/dports/devel/godot/godot-3.2.3-stable/scene/main/ |
H A D | scene_tree.h | 241 void _live_edit_node_call_func(int p_id, const StringName &p_method, VARIANT_ARG_DECLARE);
|
H A D | scene_tree.cpp | 1397 void SceneTree::_live_edit_node_call_func(int p_id, const StringName &p_method, VARIANT_ARG_DECLARE… in _live_edit_node_call_func() function in SceneTree
|
/dports/devel/godot-tools/godot-3.2.3-stable/scene/debugger/ |
H A D | script_debugger_remote.cpp | 539 …scene_tree->_live_edit_node_call_func(p_command[1], p_command[2], p_command[3], p_command[4], p_co… in _parse_live_edit()
|
/dports/devel/godot/godot-3.2.3-stable/scene/debugger/ |
H A D | script_debugger_remote.cpp | 539 …scene_tree->_live_edit_node_call_func(p_command[1], p_command[2], p_command[3], p_command[4], p_co… in _parse_live_edit()
|