|
Variant::Type Object::get_static_property_type_indexed(const Vector<StringName> &p_path, bool *r_valid) const {
|
|
Variant::Type Object::get_static_property_type_indexed(const Vector<StringName> &p_path, bool *r_valid) const {
|
|
Variant::Type t = get_static_property_type(p_path[0], &valid);
|
|
Variant::Type t = get_static_property_type(p_path[0], &valid);
|