onSuddenDeath
authorWuzzy
Sat, 17 Oct 2015 20:34:41 +0000
changeset 649 a33b0ddce148
parent 648 0830fdc658b8
child 650 0a106238f409
onSuddenDeath
LuaAPI.wiki
--- a/LuaAPI.wiki	Mon Oct 12 19:11:19 2015 +0000
+++ b/LuaAPI.wiki	Sat Oct 17 20:34:41 2015 +0000
@@ -188,6 +188,9 @@
 === <tt>onNewTurn()</tt> ===
 This function calls at the start of every turn.
 
+=== <tt>onSuddenDeath() (0.9.22)</tt> ===
+This function is called on the start of Sudden Death.
+
 === <tt>onGearAdd(gearUid)</tt> ===
 This function is called when a new gear is added. Useful in combination with `GetGearType(gearUid)`.