StopRecordingPlayback: Difference between revisions

From NPC for VCMP 0.4 Servers
Jump to navigation Jump to search
(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...")
 
No edit summary
Line 1: Line 1:
{{Welcome|
{{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.|
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 lang="">The function has no paramters.</syntaxhighlight>|
params=<syntaxhighlight>The function has no paramters.</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">

Revision as of 16:11, 9 March 2022


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