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

Method get_name

core/string/node_path.cpp:83–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83StringName NodePath::get_name(int p_idx) const {
84 ERR_FAIL_NULL_V(data, StringName());
85 ERR_FAIL_INDEX_V(p_idx, data->path.size(), StringName());
86 return data->path[p_idx];
87}
88
89int NodePath::get_subname_count() const {
90 if (!data) {

Callers

nothing calls this directly

Calls 2

StringNameClass · 0.70
sizeMethod · 0.65

Tested by

no test coverage detected