Mark methods for various classes as required

This commit is contained in:
Jojo-1000
2025-06-25 22:24:07 +02:00
parent 2a9ff39264
commit ab178719d9
15 changed files with 42 additions and 65 deletions

View File

@@ -80,7 +80,7 @@
[b]Note:[/b] Custom resource types defined by scripts aren't known by the [ClassDB], so you might just handle [code]"Resource"[/code] for them.
</description>
</method>
<method name="_load" qualifiers="virtual const">
<method name="_load" qualifiers="virtual required const">
<return type="Variant" />
<param index="0" name="path" type="String" />
<param index="1" name="original_path" type="String" />