IsPlaybackRunning: Difference between revisions

From NPC for VCMP 0.4 Servers
Jump to navigation Jump to search
(Created page with "{{v1_8_beta}} {{Welcome|desc=This function is used to determine if the playback is running| params=<source>NoParams</source>| retvals=false, if playback is not running or paused. true otherwise| relfuncs=*IsPlaybackPaused *StartRecordingPlayback *StopRecordingPlayback *PauseRecordingPlayback *ResumeRecordingPlayback}}")
 
(No difference)

Latest revision as of 17:29, 29 October 2024

This function was added in v1.8 beta and will not work on previous versions.


Description:
This function is used to determine if the playback is running


Parameters:

NoParams


Return Values:
false, if playback is not running or paused. true otherwise



Related Functions

The following functions may be helpful as they relate to this function in one way or another.