mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Core: Fix Object::has_method() for script static methods
This commit is contained in:
@@ -123,6 +123,12 @@
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="_has_static_method" qualifiers="virtual const">
|
||||
<return type="bool" />
|
||||
<param index="0" name="method" type="StringName" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="_inherits_script" qualifiers="virtual const">
|
||||
<return type="bool" />
|
||||
<param index="0" name="script" type="Script" />
|
||||
|
||||
Reference in New Issue
Block a user