fix arg naming in ResourceFormatLoader extension

This commit is contained in:
derammo
2022-08-24 06:11:34 -04:00
parent 0626ce50cf
commit 672fa94fb8
2 changed files with 3 additions and 3 deletions

View File

@ -26,8 +26,8 @@
</method>
<method name="_save" qualifiers="virtual">
<return type="int" />
<param index="0" name="path" type="Resource" />
<param index="1" name="resource" type="String" />
<param index="0" name="resource" type="Resource" />
<param index="1" name="path" type="String" />
<param index="2" name="flags" type="int" />
<description>
Saves the given resource object to a file at the target [param path]. [param flags] is a bitmask composed with [enum ResourceSaver.SaverFlags] constants.