doc: Fix wrong references found by new makerst.py

Thanks @PJB3005
This commit is contained in:
Rémi Verschelde 2019-01-07 10:02:04 +01:00
parent 7d22e162e7
commit 26fddb77be
43 changed files with 128 additions and 123 deletions

View file

@ -46,7 +46,7 @@
</description>
</method>
<method name="autotile_get_bitmask">
<return type="int" enum="TileSet.AutotileBindings">
<return type="int">
</return>
<argument index="0" name="id" type="int">
</argument>
@ -146,7 +146,7 @@
</argument>
<argument index="1" name="bitmask" type="Vector2">
</argument>
<argument index="2" name="flag" type="int" enum="TileSet.AutotileBindings">
<argument index="2" name="flag" type="int">
</argument>
<description>
Sets the bitmask of the subtile from an autotile given its coordinates.