doc: Sync classref with current source
And fix various bogus bindings following previous PRs.
This commit is contained in:
parent
04cb7e638c
commit
0d1d719178
57 changed files with 822 additions and 555 deletions
|
|
@ -17,7 +17,7 @@
|
|||
The color the character will be drawn with.
|
||||
</member>
|
||||
<member name="elapsed_time" type="float" setter="set_elapsed_time" getter="get_elapsed_time" default="0.0">
|
||||
The time elapsed since the [RichTextLabel] was added to the scene tree (in seconds). Time stops when the project is paused, unless the [RichTextLabel]'s [member Node.pause_mode] is set to [constant Node.PAUSE_MODE_PROCESS].
|
||||
The time elapsed since the [RichTextLabel] was added to the scene tree (in seconds). Time stops when the project is paused depending on the value of the [RichTextLabel]'s [member Node.process_mode].
|
||||
[b]Note:[/b] Time still passes while the [RichTextLabel] is hidden.
|
||||
</member>
|
||||
<member name="env" type="Dictionary" setter="set_environment" getter="get_environment" default="{}">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue