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

Method _get_indexed_bind

core/object/object.cpp:1665–1667  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1663}
1664
1665Variant Object::_get_indexed_bind(const NodePath &p_name) const {
1666 return get_indexed(p_name.get_as_property_path().get_subnames());
1667}
1668
1669void Object::initialize_class() {
1670 static bool initialized = false;

Callers

nothing calls this directly

Calls 2

get_subnamesMethod · 0.80
get_as_property_pathMethod · 0.80

Tested by

no test coverage detected