| 1663 | } |
| 1664 | |
| 1665 | Variant Object::_get_indexed_bind(const NodePath &p_name) const { |
| 1666 | return get_indexed(p_name.get_as_property_path().get_subnames()); |
| 1667 | } |
| 1668 | |
| 1669 | void Object::initialize_class() { |
| 1670 | static bool initialized = false; |
nothing calls this directly
no test coverage detected