--- a/LuaAPI.wiki Mon Nov 08 23:20:56 2010 +0000
+++ b/LuaAPI.wiki Wed Nov 10 17:41:21 2010 +0000
@@ -11,8 +11,12 @@
Additional global changing variables accessible:
+ * <tt>!ClansCount</tt> - number of clans in the game (teams with the same color belong to one clan)
+ * <tt>!TeamsCount</tt> - number of teams in the game
* <tt>!TurnTimeLeft</tt> - number of game ticks left until the current turn ends
- * <tt>!ClansCount</tt> - number of clans in the game (teams with the same color belong to one clan)
+ * <tt>!GameTime</tt> - number of total game ticks
+ * <tt>!RealTime</tt> - number of total ticks
+ * <tt>!TotalRounds</tt> - number of round that has passed
== Event Handlers ==