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
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<poem style="border: 2px solid #d6d2c5; background-color: #f9f4e6; padding: 1em;">
{{v1_8_beta}}
This function was added in v1.8 (not released as of 19.Dec.2023) and will not work in previous versions.
</poem>
{{Welcome|
{{Welcome|
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]]
}}
}}

Latest revision as of 15:15, 25 January 2024

This function was added in v1.8 beta and will not work on 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.