doc: Sync classref to add operators after #43419
This commit is contained in:
parent
34cad0d020
commit
64e893deac
33 changed files with 2261 additions and 131 deletions
|
|
@ -9,14 +9,14 @@
|
|||
<tutorials>
|
||||
</tutorials>
|
||||
<methods>
|
||||
<method name="StringName">
|
||||
<method name="StringName" qualifiers="constructor">
|
||||
<return type="StringName">
|
||||
</return>
|
||||
<description>
|
||||
Constructs an empty [StringName].
|
||||
</description>
|
||||
</method>
|
||||
<method name="StringName">
|
||||
<method name="StringName" qualifiers="constructor">
|
||||
<return type="StringName">
|
||||
</return>
|
||||
<argument index="0" name="from" type="StringName">
|
||||
|
|
@ -25,7 +25,7 @@
|
|||
Constructs a [StringName] as a copy of the given [StringName].
|
||||
</description>
|
||||
</method>
|
||||
<method name="StringName">
|
||||
<method name="StringName" qualifiers="constructor">
|
||||
<return type="StringName">
|
||||
</return>
|
||||
<argument index="0" name="from" type="String">
|
||||
|
|
@ -34,6 +34,38 @@
|
|||
Creates a new [StringName] from the given [String].
|
||||
</description>
|
||||
</method>
|
||||
<method name="operator !=" qualifiers="operator">
|
||||
<return type="bool">
|
||||
</return>
|
||||
<argument index="0" name="right" type="String">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="operator !=" qualifiers="operator">
|
||||
<return type="bool">
|
||||
</return>
|
||||
<argument index="0" name="right" type="StringName">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="operator ==" qualifiers="operator">
|
||||
<return type="bool">
|
||||
</return>
|
||||
<argument index="0" name="right" type="String">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="operator ==" qualifiers="operator">
|
||||
<return type="bool">
|
||||
</return>
|
||||
<argument index="0" name="right" type="StringName">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
</methods>
|
||||
<constants>
|
||||
</constants>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue