# HG changeset patch
# User henrik.rostedt
# Date 1289410881 0
# Node ID a34dc3c46a479f9a058a437b749741ed9b22e53f
# Parent 5800c5aef9ca1215fc82c40c89534ab7acd148f4
added some global variables
diff -r 5800c5aef9ca -r a34dc3c46a47 LuaAPI.wiki
--- 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:
+ * !ClansCount - number of clans in the game (teams with the same color belong to one clan)
+ * !TeamsCount - number of teams in the game
* !TurnTimeLeft - number of game ticks left until the current turn ends
- * !ClansCount - number of clans in the game (teams with the same color belong to one clan)
+ * !GameTime - number of total game ticks
+ * !RealTime - number of total ticks
+ * !TotalRounds - number of round that has passed
== Event Handlers ==