StopRecordingPlayback
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(); }
Related Functions
The following functions may be helpful as they relate to this function in one way or another.