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

Method simplified

core/string/node_path.cpp:376–380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

374}
375
376NodePath NodePath::simplified() const {
377 NodePath np = *this;
378 np.simplify();
379 return np;
380}
381
382NodePath::NodePath(const Vector<StringName> &p_path, bool p_absolute) {
383 if (p_path.is_empty() && !p_absolute) {

Callers 2

_parse_node_tagMethod · 0.80
saveMethod · 0.80

Calls 1

simplifyMethod · 0.80

Tested by

no test coverage detected