mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Fixed virtual method not showing up in autocomplete and docs
(cherry picked from commit aebca30c43)
This commit is contained in:
committed by
Rémi Verschelde
parent
7431d3c3c0
commit
4444bd1fcb
@@ -21,6 +21,12 @@
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="_export_end" qualifiers="virtual">
|
||||
<return type="void">
|
||||
</return>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="_export_file" qualifiers="virtual">
|
||||
<return type="void">
|
||||
</return>
|
||||
|
||||
Reference in New Issue
Block a user