Difference between revisions of "UpdateGameStats"

From Soldat Community Wiki
Jump to: navigation, search
(Created page with "===From the Scripting Manual=== ''procedure UpdateGameStats;'' '''Parameter Info:''' None '''Description:''' This function will write the current gameplay statistic...")
 
(No difference)

Latest revision as of 12:20, 15 August 2012

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