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...")
 
Line 1: Line 1:
procedure OnGameEnd();
+
===From the Scripting Manual===
 +
  ''procedure OnGameEnd();''
 +
 
 +
  '''Parameter Info:'''
 +
  None
 +
 
 +
  '''Description:'''
 +
  This procedure will be called every time the current game ends via Time Limit or Score Limit.
  
Parameter Info:
+
==See also==
None
+
* [[OnMapChange]]
  
Description:
+
[[Categories:Beta Server Scripting]]
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
 

Revision as of 11:10, 13 March 2013

From the Scripting Manual

 procedure OnGameEnd();
 
 Parameter Info:
  None
 
 Description:
  This procedure will be called every time the current game ends via Time Limit or Score Limit. 

See also

Categories:Beta Server Scripting