Difference between revisions of "OnGameEnd"

From Soldat Community Wiki
Jump to: navigation, search
(Created page with "procedure OnGameEnd(); Parameter Info: None Description: This procedure will be called every time the current game ends via Time Limit or Score Limit. The difference between...")
(No difference)

Revision as of 13:54, 15 August 2012

procedure OnGameEnd();

Parameter Info: None

Description: This procedure will be called every time the current game ends via Time Limit or Score Limit. The difference between this event and OnMapChange, is that OnGameEnd is called the moment the match ends (when players all stop and the scoreboard appears), 5 seconds later OnMapChange is called. Manual updated on 2009-11-15 06:03:35 GMT-08:00