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

Method _set_indexed_bind

core/object/object.cpp:1661–1663  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1659}
1660
1661void Object::_set_indexed_bind(const NodePath &p_name, const Variant &p_value) {
1662 set_indexed(p_name.get_as_property_path().get_subnames(), p_value);
1663}
1664
1665Variant Object::_get_indexed_bind(const NodePath &p_name) const {
1666 return get_indexed(p_name.get_as_property_path().get_subnames());

Callers

nothing calls this directly

Calls 2

get_subnamesMethod · 0.80
get_as_property_pathMethod · 0.80

Tested by

no test coverage detected