Core: Fix Object::has_method() for script static methods
This commit is contained in:
parent
bfd78bb917
commit
ed0b3c08e1
9 changed files with 40 additions and 1 deletions
|
|
@ -99,6 +99,7 @@ public:
|
|||
#endif // TOOLS_ENABLED
|
||||
|
||||
EXBIND1RC(bool, has_method, const StringName &)
|
||||
EXBIND1RC(bool, has_static_method, const StringName &)
|
||||
|
||||
GDVIRTUAL1RC(Dictionary, _get_method_info, const StringName &)
|
||||
virtual MethodInfo get_method_info(const StringName &p_method) const override {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue