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

Method get_subnames

core/string/node_path.cpp:217–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215}
216
217Vector<StringName> NodePath::get_subnames() const {
218 if (data) {
219 return data->subpath;
220 }
221 return Vector<StringName>();
222}
223
224StringName NodePath::get_concatenated_names() const {
225 ERR_FAIL_NULL_V(data, StringName());

Callers 15

tween_propertyMethod · 0.80
_convert_animationMethod · 0.80
get_stateMethod · 0.80
set_stateMethod · 0.80
_watch_changesMethod · 0.80
rel_path_toMethod · 0.80
_set_indexed_bindMethod · 0.80
_get_indexed_bindMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected