1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-08 11:25:14 +00:00
qb64/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}}