b339ff1358
Checklist items now support a <condition> element that evaluates when the checklist item is complete, and is used to provide color coding in the checklist dialog.
16 lines
683 B
Text
16 lines
683 B
Text
CHECKLISTS
|
|
|
|
You can create one or more checklist for an aircraft under /sim/checklists.
|
|
|
|
Each checklist is defined as a property tree under /sim/checklists/checklist[n]
|
|
with the following tags
|
|
|
|
<title> - Name of the checklist
|
|
<item> - One or more checklist items containing:
|
|
<name> - name of the checklist item (e.g. Carb Heat), to appear on the left
|
|
<value> - One or more values for the checklist item, to appear on the right hand side
|
|
<condition> - Option standard FlightGear condition node that evaluates when the
|
|
checklist item has been completed.
|
|
|
|
See the c172p for an example of this in action (Aircraft/c172p/c172-checklists.xml).
|
|
|