Consistently prefix bound virtual methods with _
This commit is contained in:
@ -10,16 +10,16 @@
|
||||
<tutorials>
|
||||
</tutorials>
|
||||
<methods>
|
||||
<method name="get_recognized_extensions" qualifiers="virtual">
|
||||
<method name="_get_recognized_extensions" qualifiers="virtual">
|
||||
<return type="PackedStringArray">
|
||||
</return>
|
||||
<argument index="0" name="resource" type="Resource">
|
||||
</argument>
|
||||
<description>
|
||||
Returns the list of extensions available for saving the resource object, provided it is recognized (see [method recognize]).
|
||||
Returns the list of extensions available for saving the resource object, provided it is recognized (see [method _recognize]).
|
||||
</description>
|
||||
</method>
|
||||
<method name="recognize" qualifiers="virtual">
|
||||
<method name="_recognize" qualifiers="virtual">
|
||||
<return type="bool">
|
||||
</return>
|
||||
<argument index="0" name="resource" type="Resource">
|
||||
@ -28,7 +28,7 @@
|
||||
Returns whether the given resource object can be saved by this saver.
|
||||
</description>
|
||||
</method>
|
||||
<method name="save" qualifiers="virtual">
|
||||
<method name="_save" qualifiers="virtual">
|
||||
<return type="int">
|
||||
</return>
|
||||
<argument index="0" name="path" type="String">
|
||||
|
||||
Reference in New Issue
Block a user