LuaAPI.wiki
changeset 295 bcd606524d19
parent 284 365362b51148
child 312 6c0397400a9b
equal deleted inserted replaced
294:54ad5ec9bfae 295:bcd606524d19
    20 
    20 
    21  * <tt>!ClansCount</tt> - number of clans in the game (teams with the same color belong to one clan)
    21  * <tt>!ClansCount</tt> - number of clans in the game (teams with the same color belong to one clan)
    22  * <tt>!TeamsCount</tt> - number of teams in the game
    22  * <tt>!TeamsCount</tt> - number of teams in the game
    23  * <tt>!TurnTimeLeft</tt> - number of game ticks left until the current turn ends
    23  * <tt>!TurnTimeLeft</tt> - number of game ticks left until the current turn ends
    24  * <tt>!GameTime</tt> - number of total game ticks
    24  * <tt>!GameTime</tt> - number of total game ticks
    25  * <tt>!RealTime</tt> - number of total ticks
       
    26  * <tt>!TotalRounds</tt> - number of round that has passed
    25  * <tt>!TotalRounds</tt> - number of round that has passed
    27  * <tt>!CurrentHedgehog</tt> - the hedgehog gear that is currently in play
    26  * <tt>!CurrentHedgehog</tt> - the hedgehog gear that is currently in play
    28 
    27 
    29 == Event Handlers ==
    28 == Event Handlers ==
    30 
    29