Difference between revisions of "OnGameEnd"
(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...") |
Tehbugerz0r (talk | contribs) |
||
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. | ||
− | + | ==See also== | |
− | + | * [[OnMapChange]] | |
− | + | [[Categories:Beta Server Scripting]] | |
− | |||
− |
Revision as of 10: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.