UpdateGameStats

From Soldat Community Wiki
Jump to: navigation, search

From the Scripting Manual

procedure UpdateGameStats;

Parameter Info:
 None

Description:
 This function will write the current gameplay statistics to /logs/gamestat.txt
 By default, this function is called every minute.
     

Examples

UpdateGameStats;


External Links