| 176 | /// @todo In the next compat breakage rename to `*_script_*` to disambiguate from `Object::has_method()`. |
| 177 | virtual bool has_method(const StringName &p_method) const = 0; |
| 178 | virtual bool has_static_method(const StringName &p_method) const { return false; } |
| 179 | |
| 180 | virtual int get_script_method_argument_count(const StringName &p_method, bool *r_is_valid = nullptr) const; |
| 181 |