OnRecordingPlaybackEnd

From NPC for VCMP 0.4 Servers
Revision as of 15:59, 9 March 2022 by 157.46.138.66 (talk) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


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");
}