StopRecordingPlayback

From NPC for VCMP 0.4 Servers
Revision as of 16:10, 9 March 2022 by 157.46.138.66 (talk) (Created page with "{{Welcome| desc=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.| params=<syntaxhighlight l...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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:
This function does not return any specific values.


Example

public OnNPCExitVehicle()
{
    StopRecordingPlayback();
}