Files
gymkhana-actions/docs/api/ESCSpeechPlayer.md
Dennis Ploeger c8958e7454 Issue 377 (#383)
* feat: Implements speech fixes #377

* docs: Automatic update of API docs

* chore: Updated speech translation.

Co-authored-by: Dennis Ploeger <develop@dieploegers.de>
Co-authored-by: dploeger <dploeger@users.noreply.github.com>
2021-09-06 08:52:16 +02:00

592 B

ESCSpeechPlayer

Extends: Control

Description

Speech player

Property Descriptions

global_id

export var global_id: String = "_speech"

Global id of the background music player

Method Descriptions

set_state

func set_state(p_state: String, p_force: bool = false) -> void

Set the state of this player

Parameters

  • p_state: New state to use
  • p_force: Override the existing state even if the stream is still playing