added some global variables
authorhenrik.rostedt
Wed, 10 Nov 2010 17:41:21 +0000
changeset 24 a34dc3c46a47
parent 23 5800c5aef9ca
child 25 4f6f055c0848
added some global variables
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:
 
+ * <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 ==