StopRecordingAllPlayerData: Difference between revisions

From NPC for VCMP 0.4 Servers
Jump to navigation Jump to search
(Created page with "<poem style="border: 2px solid #d6d2c5; background-color: #f9f4e6; padding: 1em;"> This function was added in v1.8 (not released as of 19.Dec.2023) and will not work in previous versions. </poem> {{Welcome| desc=Stops recording on every players and returns number of recordings stopped by the function.| params=<syntaxhighlight lang="lua">NoParams</syntaxhighlight>| note=This function will stop automatic recording when new players come online, started by StartRecordingAl...")
 
No edit summary
Line 5: Line 5:
desc=Stops recording on every players and returns number of recordings stopped by the function.|
desc=Stops recording on every players and returns number of recordings stopped by the function.|
params=<syntaxhighlight lang="lua">NoParams</syntaxhighlight>|
params=<syntaxhighlight lang="lua">NoParams</syntaxhighlight>|
note=This function will stop automatic recording when new players come online, started by [[StartRecordingAllPlayerData]] with <source inline>newplayers=true</source>.
retvals=The total no:of recordings stopped by function.|
retvals=The total no:of recordings stopped by function.|
note=This function will stop automatic recording when new players come online, started by [[StartRecordingAllPlayerData]] with <source inline>newplayers=true</source>.|
relfuncs=*[[StopRecordingPlayerData]]
relfuncs=*[[StopRecordingPlayerData]]
*[[StartRecordingAllPlayerData]]
*[[StartRecordingAllPlayerData]]
}}
}}

Revision as of 10:39, 20 December 2023

This function was added in v1.8 (not released as of 19.Dec.2023) and will not work in previous versions.


Description:
Stops recording on every players and returns number of recordings stopped by the function.


Parameters:

NoParams


Return Values:
The total no:of recordings stopped by function.

Important Note:
This function will stop automatic recording when new players come online, started by StartRecordingAllPlayerData with newplayers=true.


Related Functions

The following functions may be helpful as they relate to this function in one way or another.