UpdateGameStats

From Soldat Community Wiki
Revision as of 12:20, 15 August 2012 by Freeman (talk | contribs) (Created page with "===From the Scripting Manual=== ''procedure UpdateGameStats;'' '''Parameter Info:''' None '''Description:''' This function will write the current gameplay statistic...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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