ResumeRecordingPlayback: Difference between revisions

From NPC for VCMP 0.4 Servers
Jump to navigation Jump to search
(Created page with "{{Welcome| desc=This will resume the paused playback.| example=<source lang="lua"> function OnPlayerText(player, message) { if(message=="comeon") { ResumeRecordingPlayback(...")
 
No edit summary
Line 2: Line 2:
desc=This will resume the paused playback.|
desc=This will resume the paused playback.|
example=<source lang="lua">
example=<source lang="lua">
function OnPlayerText(player, message)
ResumeRecordingPlayback();
{
if(message=="comeon")
{
ResumeRecordingPlayback();
}
}
</source>|
</source>|
relfuncs=*[[PauseRecordingPlayback]]
relfuncs=*[[PauseRecordingPlayback]]

Revision as of 15:44, 20 March 2022


Description:
This will resume the paused playback.


Parameters:

NoParams


Return Values:
This function does not return any specific values.


Example

ResumeRecordingPlayback();

Related Functions

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