doc: Sync classref with StringName/Callable changes
This commit is contained in:
parent
bf7d6de556
commit
fea37cfb52
83 changed files with 689 additions and 457 deletions
|
|
@ -127,6 +127,14 @@
|
|||
Constructs a new String from the given [Color].
|
||||
</description>
|
||||
</method>
|
||||
<method name="String">
|
||||
<return type="String">
|
||||
</return>
|
||||
<argument index="0" name="from" type="StringName">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="String">
|
||||
<return type="String">
|
||||
</return>
|
||||
|
|
@ -145,6 +153,22 @@
|
|||
Constructs a new String from the given [RID].
|
||||
</description>
|
||||
</method>
|
||||
<method name="String">
|
||||
<return type="String">
|
||||
</return>
|
||||
<argument index="0" name="from" type="Callable">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="String">
|
||||
<return type="String">
|
||||
</return>
|
||||
<argument index="0" name="from" type="Signal">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="String">
|
||||
<return type="String">
|
||||
</return>
|
||||
|
|
@ -322,6 +346,8 @@
|
|||
</description>
|
||||
</method>
|
||||
<method name="erase">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="position" type="int">
|
||||
</argument>
|
||||
<argument index="1" name="chars" type="int">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue