mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
List Control::has_point as a virtual method
According to Issue #8018, a BIND_VMETHOD macro wasn't present in scene/gui/control.cpp, while it was declared to be a virtual method in scene/gui/control.h.
classes.xml was updated to also list this method in Control.
(cherry picked from commit 9589936d6e)
This commit is contained in:
committed by
Rémi Verschelde
parent
a9d8da91b7
commit
10119f7b04
@@ -9852,6 +9852,14 @@
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="has_point" qualifiers="virtual">
|
||||
<return type="bool">
|
||||
</return>
|
||||
<argument index="0" name="point" type="Vector2">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="has_stylebox" qualifiers="const">
|
||||
<return type="bool">
|
||||
</return>
|
||||
|
||||
Reference in New Issue
Block a user