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
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue