iterami/Docs.htm/common HTM Repos/audio.js/audio_play(args)
- Play the specified audio created via audio_file(args).
- If the "audio_enabled" setting is enabled then the audio is played at "audio_volume", otherwise it does not play.
- Playing an audio that is already playing immediately restarts it from the specified "time".
- If "time" is negative, then the audio's "currentTime" does not change.
- If "loop" is 0, then the audio's "loop" does not change.
| id
|
| string ID
|
| loop
| false
| boolean
|
| time
| 0
| number
|