1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-03 13:31:23 +00:00
QB64-PE/internal/help/PLAY(n).txt

19 lines
425 B
Plaintext

'''PLAY(n)''' is a event-trapping function that returns the number of notes currently in the background music queue.
{{PageSyntax}}
:: PLAY(n)
''Description:''
*'''[[Keywords currently not supported by QB64|Currently NOT supported in QB64!]]'''
* n can be any number and is only a dummy.
* If the music is playing in foreground the function will return 0.
''See also:''
* [[ON PLAY(n)]], [[PLAY]]
{{PageNavigation}}