classref: Sync with source
This commit is contained in:
parent
b4adb0d338
commit
944ac2500a
|
@ -5430,7 +5430,7 @@
|
||||||
</signals>
|
</signals>
|
||||||
<constants>
|
<constants>
|
||||||
<constant name="DRAW_NORMAL" value="0">
|
<constant name="DRAW_NORMAL" value="0">
|
||||||
The normal state(Are not pressed, not hovered, not toggled and enabled) of buttons.
|
The normal state (i.e. not pressed, not hovered, not toggled and enabled) of buttons.
|
||||||
</constant>
|
</constant>
|
||||||
<constant name="DRAW_PRESSED" value="1">
|
<constant name="DRAW_PRESSED" value="1">
|
||||||
The state of buttons are pressed.
|
The state of buttons are pressed.
|
||||||
|
@ -9700,6 +9700,14 @@ This approximation makes straight segments between each point, then subdivides t
|
||||||
Return true if the dictionary has a given key.
|
Return true if the dictionary has a given key.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
|
<method name="has_all">
|
||||||
|
<return type="bool">
|
||||||
|
</return>
|
||||||
|
<argument index="0" name="values" type="Array">
|
||||||
|
</argument>
|
||||||
|
<description>
|
||||||
|
</description>
|
||||||
|
</method>
|
||||||
<method name="hash">
|
<method name="hash">
|
||||||
<return type="int">
|
<return type="int">
|
||||||
</return>
|
</return>
|
||||||
|
@ -33928,14 +33936,14 @@ This method controls whether the position between two cached points is interpola
|
||||||
</description>
|
</description>
|
||||||
<methods>
|
<methods>
|
||||||
<method name="set_stream">
|
<method name="set_stream">
|
||||||
<argument index="0" name="stream" type="Stream">
|
<argument index="0" name="stream" type="AudioStream">
|
||||||
</argument>
|
</argument>
|
||||||
<description>
|
<description>
|
||||||
Set the [EventStream] this player will play.
|
Set the [EventStream] this player will play.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="get_stream" qualifiers="const">
|
<method name="get_stream" qualifiers="const">
|
||||||
<return type="Stream">
|
<return type="AudioStream">
|
||||||
</return>
|
</return>
|
||||||
<description>
|
<description>
|
||||||
Return the currently assigned stream.
|
Return the currently assigned stream.
|
||||||
|
@ -39154,16 +39162,12 @@ This method controls whether the position between two cached points is interpola
|
||||||
</methods>
|
</methods>
|
||||||
<members>
|
<members>
|
||||||
<member name="x" type="float">
|
<member name="x" type="float">
|
||||||
The X axis value when treated as point(The first value in the pair).
|
|
||||||
</member>
|
</member>
|
||||||
<member name="y" type="float">
|
<member name="y" type="float">
|
||||||
The Y axis value when treated as point(The second value in the pair).
|
|
||||||
</member>
|
</member>
|
||||||
<member name="width" type="float">
|
<member name="width" type="float">
|
||||||
The width value when treated as size(The first value in the pair).
|
|
||||||
</member>
|
</member>
|
||||||
<member name="height" type="float">
|
<member name="height" type="float">
|
||||||
The height value when treated as size(The second value in the pair).
|
|
||||||
</member>
|
</member>
|
||||||
</members>
|
</members>
|
||||||
<constants>
|
<constants>
|
||||||
|
|
Loading…
Reference in New Issue