StopRecordingAllPlayerData

From NPC for VCMP 0.4 Servers
Revision as of 10:38, 20 December 2023 by 127.0.0.1 (talk) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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:
This function does not return any specific values.

Important Note:
This function will stop automatic recording when new players come online, started by StartRecordingAllPlayerData with newplayers=true. retvals=The total no:of recordings stopped by function.


Related Functions

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