LuaAPI.wiki
changeset 47 adf440f87f1e
parent 46 6c818c9fc1d5
child 48 3c5d26c1562a
equal deleted inserted replaced
46:6c818c9fc1d5 47:adf440f87f1e
    16  * <tt>!TeamsCount</tt> - number of teams in the game
    16  * <tt>!TeamsCount</tt> - number of teams in the game
    17  * <tt>!TurnTimeLeft</tt> - number of game ticks left until the current turn ends
    17  * <tt>!TurnTimeLeft</tt> - number of game ticks left until the current turn ends
    18  * <tt>!GameTime</tt> - number of total game ticks
    18  * <tt>!GameTime</tt> - number of total game ticks
    19  * <tt>!RealTime</tt> - number of total ticks
    19  * <tt>!RealTime</tt> - number of total ticks
    20  * <tt>!TotalRounds</tt> - number of round that has passed
    20  * <tt>!TotalRounds</tt> - number of round that has passed
       
    21  * <tt>!CurrentHedgehog</tt> - the hedgehog gear that is currently in play
    21 
    22 
    22 == Event Handlers ==
    23 == Event Handlers ==
    23 
    24 
    24 === <tt>onGameInit()</tt> ===
    25 === <tt>onGameInit()</tt> ===
    25 
    26