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

Method get_move_array_element_function

editor/editor_data.cpp:483–488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

481}
482
483Callable EditorData::get_move_array_element_function(const StringName &p_class) const {
484 if (move_element_functions.has(p_class)) {
485 return move_element_functions[p_class];
486 }
487 return Callable();
488}
489
490void EditorData::remove_editor_plugin(EditorPlugin *p_plugin) {
491 editor_plugins.erase(p_plugin);

Callers 3

_move_elementMethod · 0.80
_clear_arrayMethod · 0.80
_resize_arrayMethod · 0.80

Calls 2

CallableClass · 0.50
hasMethod · 0.45

Tested by 3

_move_elementMethod · 0.64
_clear_arrayMethod · 0.64
_resize_arrayMethod · 0.64