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

Method get_name_count

core/string/node_path.cpp:75–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75int NodePath::get_name_count() const {
76 if (!data) {
77 return 0;
78 }
79
80 return data->path.size();
81}
82
83StringName NodePath::get_name(int p_idx) const {
84 ERR_FAIL_NULL_V(data, StringName());

Callers 15

get_node_pathMethod · 0.80
get_node_or_nullMethod · 0.80
_get_prop_targetMethod · 0.80
dict_to_instMethod · 0.80
write_variantMethod · 0.80
_find_resourcesMethod · 0.80
encode_variantFunction · 0.80
_gui_input_selectMethod · 0.80
_update_bone_listMethod · 0.80
_node_assignMethod · 0.80
_list_selectMethod · 0.80

Calls 1

sizeMethod · 0.65

Tested by

no test coverage detected