classref: Sync with source
This commit is contained in:
parent
b4adb0d338
commit
944ac2500a
|
@ -5430,7 +5430,7 @@
|
|||
</signals>
|
||||
<constants>
|
||||
<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 name="DRAW_PRESSED" value="1">
|
||||
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.
|
||||
</description>
|
||||
</method>
|
||||
<method name="has_all">
|
||||
<return type="bool">
|
||||
</return>
|
||||
<argument index="0" name="values" type="Array">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="hash">
|
||||
<return type="int">
|
||||
</return>
|
||||
|
@ -33928,14 +33936,14 @@ This method controls whether the position between two cached points is interpola
|
|||
</description>
|
||||
<methods>
|
||||
<method name="set_stream">
|
||||
<argument index="0" name="stream" type="Stream">
|
||||
<argument index="0" name="stream" type="AudioStream">
|
||||
</argument>
|
||||
<description>
|
||||
Set the [EventStream] this player will play.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_stream" qualifiers="const">
|
||||
<return type="Stream">
|
||||
<return type="AudioStream">
|
||||
</return>
|
||||
<description>
|
||||
Return the currently assigned stream.
|
||||
|
@ -39154,16 +39162,12 @@ This method controls whether the position between two cached points is interpola
|
|||
</methods>
|
||||
<members>
|
||||
<member name="x" type="float">
|
||||
The X axis value when treated as point(The first value in the pair).
|
||||
</member>
|
||||
<member name="y" type="float">
|
||||
The Y axis value when treated as point(The second value in the pair).
|
||||
</member>
|
||||
<member name="width" type="float">
|
||||
The width value when treated as size(The first value in the pair).
|
||||
</member>
|
||||
<member name="height" type="float">
|
||||
The height value when treated as size(The second value in the pair).
|
||||
</member>
|
||||
</members>
|
||||
<constants>
|
||||
|
|
Loading…
Reference in New Issue