StopRecordingPlayback

From NPC for VCMP 0.4 Servers
Revision as of 19:09, 26 November 2022 by Habi (talk | contribs)
Jump to navigation Jump to search


Description:
This will stop the current .rec file which is being ran by the NPC. The NPC will stay idle for sometime until some command is given.


Parameters:

The function has no paramters.


Return Values:
null if the playback was not running, true otherwise.


Example

public OnNPCExitVehicle()
{
    StopRecordingPlayback();
}