Update docs and bindings for new integer vector types
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user