Extension_ummisco.gaml.extensions.sound - PaulBreugnot/gama.old GitHub Wiki
ummisco.gaml.extensions.sound
pause_sound, resume_sound, start_sound, stop_sound,
Allows to pause the sound output
- The
pause_sound
statement is of type: Sequence of statements or action - The
pause_sound
statement can be embedded into: Behavior, Sequence of statements or action, Layer, Output, - The
pause_sound
statement embeds statements:
Allows to resume the sound output
- The
resume_sound
statement is of type: Sequence of statements or action - The
resume_sound
statement can be embedded into: Behavior, Sequence of statements or action, Layer, Output, - The
resume_sound
statement embeds statements:
-
source
(string): The path to music file. This path is relative to the path of the model. -
mode
(an identifier), takes values in: {overwrite, ignore}: Mode of -
repeat
(boolean):
Allows to start the sound output
- The
start_sound
statement is of type: Sequence of statements or action - The
start_sound
statement can be embedded into: Behavior, Sequence of statements or action, Layer, Output, - The
start_sound
statement embeds statements:
Allows to stop the sound output
- The
stop_sound
statement is of type: Sequence of statements or action - The
stop_sound
statement can be embedded into: Behavior, Sequence of statements or action, Layer, Output, - The
stop_sound
statement embeds statements: