mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
doc: Sync classref to add operators after #43419
This commit is contained in:
@@ -8,14 +8,14 @@
|
||||
<tutorials>
|
||||
</tutorials>
|
||||
<methods>
|
||||
<method name="Signal">
|
||||
<method name="Signal" qualifiers="constructor">
|
||||
<return type="Signal">
|
||||
</return>
|
||||
<description>
|
||||
Constructs a null [Signal] with no object nor signal name bound.
|
||||
</description>
|
||||
</method>
|
||||
<method name="Signal">
|
||||
<method name="Signal" qualifiers="constructor">
|
||||
<return type="Signal">
|
||||
</return>
|
||||
<argument index="0" name="from" type="Signal">
|
||||
@@ -24,7 +24,7 @@
|
||||
Constructs a [Signal] as a copy of the given [Signal].
|
||||
</description>
|
||||
</method>
|
||||
<method name="Signal">
|
||||
<method name="Signal" qualifiers="constructor">
|
||||
<return type="Signal">
|
||||
</return>
|
||||
<argument index="0" name="object" type="Object">
|
||||
@@ -107,6 +107,22 @@
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="operator !=" qualifiers="operator">
|
||||
<return type="bool">
|
||||
</return>
|
||||
<argument index="0" name="right" type="Signal">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="operator ==" qualifiers="operator">
|
||||
<return type="bool">
|
||||
</return>
|
||||
<argument index="0" name="right" type="Signal">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
</methods>
|
||||
<constants>
|
||||
</constants>
|
||||
|
||||
Reference in New Issue
Block a user