mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
DocData: Fix return type listed as "var" instead of "Variant"
This commit is contained in:
@@ -44,6 +44,14 @@
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="autotile_get_size" qualifiers="const">
|
||||
<return type="Vector2">
|
||||
</return>
|
||||
<argument index="0" name="id" type="int">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="autotile_set_bitmask_mode">
|
||||
<return type="void">
|
||||
</return>
|
||||
@@ -54,6 +62,16 @@
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="autotile_set_size">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="id" type="int">
|
||||
</argument>
|
||||
<argument index="1" name="size" type="Vector2">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="clear">
|
||||
<return type="void">
|
||||
</return>
|
||||
|
||||
Reference in New Issue
Block a user