equal
deleted
inserted
replaced
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 |