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

Method has_static_method

core/object/script_language.h:178–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

has_methodMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected