ChangeLog.txt
changeset 14465 ca851d0957cf
parent 14463 bd1db668b7c0
child 14471 c5033a95fd7b
equal deleted inserted replaced
14464:ead8928a59f8 14465:ca851d0957cf
    18 Lua API:
    18 Lua API:
    19  + New call: SaveMissionVar(varname, value): Save value to mission variable (variable for non-campaign mission)
    19  + New call: SaveMissionVar(varname, value): Save value to mission variable (variable for non-campaign mission)
    20  + New call: GetMissionVar(varname): Get value of mission variable
    20  + New call: GetMissionVar(varname): Get value of mission variable
    21  + New call: SetTurnTimePaused(isPaused): Call with true to pause turn time, false to unpause
    21  + New call: SetTurnTimePaused(isPaused): Call with true to pause turn time, false to unpause
    22  + New call: GetTurnTimePaused(): Returns true if turn time is paused due to Lua
    22  + New call: GetTurnTimePaused(): Returns true if turn time is paused due to Lua
       
    23  + New callback: onGameResult(winningClan): Called when the game ends normally. winningClan = index of winning clan or -1 on draw
    23  + Params explode, poison in the SpawnFake*Crate functions now optional and default to false
    24  + Params explode, poison in the SpawnFake*Crate functions now optional and default to false
    24 
    25 
    25 ====================== 0.9.25 ======================
    26 ====================== 0.9.25 ======================
    26 HIGHLIGHTS:
    27 HIGHLIGHTS:
    27  + Complete overhaul of Continental supplies
    28  + Complete overhaul of Continental supplies