LuaLibrarySimpleMission.wiki
changeset 1357 7cdf5df9dfc1
parent 1356 47ae63ffa3d5
child 1378 e03e8e186faa
equal deleted inserted replaced
1356:47ae63ffa3d5 1357:7cdf5df9dfc1
    18 
    18 
    19 == `SimpleMission(params)` ==
    19 == `SimpleMission(params)` ==
    20 
    20 
    21 This function sets up the *entire* mission and needs one argument: params. The argument `params` is a table containing fields which describe the mission.
    21 This function sets up the *entire* mission and needs one argument: params. The argument `params` is a table containing fields which describe the mission.
    22 
    22 
    23 This is the definition of the `params` field:
    23 This is the definition of the `params` table:
    24 
    24 
    25 <code>
    25 <code>
    26 Mandatory fields:
    26 Mandatory fields:
    27 - teams:		Table of teams. There must be 1-8 teams.
    27 - teams:		Table of teams. There must be 1-8 teams.
    28 
    28