Update docs and bindings for new integer vector types

This commit is contained in:
Rémi Verschelde
2020-02-24 17:00:40 +01:00
parent 2f237d181b
commit 6c8f2ae53a
16 changed files with 358 additions and 101 deletions
+30
View File
@@ -46,6 +46,15 @@
Constructs a new String from the given [Vector2].
</description>
</method>
<method name="String">
<return type="String">
</return>
<argument index="0" name="from" type="Vector2i">
</argument>
<description>
Constructs a new String from the given [Vector2i].
</description>
</method>
<method name="String">
<return type="String">
</return>
@@ -55,6 +64,15 @@
Constructs a new String from the given [Rect2].
</description>
</method>
<method name="String">
<return type="String">
</return>
<argument index="0" name="from" type="Rect2i">
</argument>
<description>
Constructs a new String from the given [Rect2i].
</description>
</method>
<method name="String">
<return type="String">
</return>
@@ -64,6 +82,15 @@
Constructs a new String from the given [Vector3].
</description>
</method>
<method name="String">
<return type="String">
</return>
<argument index="0" name="from" type="Vector3i">
</argument>
<description>
Constructs a new String from the given [Vector3i].
</description>
</method>
<method name="String">
<return type="String">
</return>
@@ -133,6 +160,7 @@
<argument index="0" name="from" type="StringName">
</argument>
<description>
Constructs a new String from the given [StringName].
</description>
</method>
<method name="String">
@@ -159,6 +187,7 @@
<argument index="0" name="from" type="Callable">
</argument>
<description>
Constructs a new String from the given [Callable].
</description>
</method>
<method name="String">
@@ -167,6 +196,7 @@
<argument index="0" name="from" type="Signal">
</argument>
<description>
Constructs a new String from the given [Signal].
</description>
</method>
<method name="String">