OnRecordingPlaybackEnd: Difference between revisions

From NPC for VCMP 0.4 Servers
Jump to navigation Jump to search
(Created page with "{{Welcome| desc=This function is called a recording file reproduced using StartRecordingPlayback has reached its end.| params=<syntaxhighlight lang="lua">The function has...")
 
No edit summary
 
Line 1: Line 1:
{{Welcome|
{{Welcome|
desc=This function is called a recording file reproduced using [[StartRecordingPlayback]] has reached its end.|
desc=This function is called a recording file reproduced using [[StartRecordingPlayback]] has reached its end.|
params=<syntaxhighlight lang="lua">The function has no parameters</syntaxhighlight>|
params=<syntaxhighlight lang="">The function has no parameters</syntaxhighlight>|
retvals=This function does not return any specific values.|
retvals=This function does not return any specific values.|
example=<source lang="lua">
example=<source lang="lua">

Latest revision as of 15:59, 9 March 2022


Description:
This function is called a recording file reproduced using StartRecordingPlayback has reached its end.


Parameters:

The function has no parameters


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


Example

function OnRecordingPlaybackEnd()
{
	print("Recording Playback End\n");
}