1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-01 15:00:38 +00:00
QB64-PE/internal/help/_SNDPAUSED.txt

26 lines
497 B
Plaintext
Raw Normal View History

2016-03-18 11:36:04 +00:00
{{DISPLAYTITLE:_SNDPAUSED}}
The [[_SNDPAUSED]] function checks if a sound is paused. Uses a handle parameter passed from [[_SNDOPEN]].
{{PageSyntax}}
2017-10-10 14:55:21 +00:00
: {{Parameter|isPaused%%}} = [[_SNDPAUSED]]({{Parameter|handle&}})
{{PageDescription}}
2017-10-10 14:55:21 +00:00
*Returns true (-1) if the sound is paused. False (0) if not paused.
2017-10-10 14:55:21 +00:00
{{PageExamples}}
2016-03-18 11:36:04 +00:00
{{CodeStart}} '' ''
{{Cl|PRINT}} {{Cl|_SNDPAUSED}}(h&) '' ''
{{CodeEnd}}
{{PageSeeAlso}}
2016-03-18 11:36:04 +00:00
* [[_SNDPAUSE]], [[_SNDPLAY]],
* [[_SNDSTOP]]
2019-04-15 01:15:33 +00:00
{{PageNavigation}}
<