1
0
Fork 0
A320-family/Nasal/MCDU/STATUS.nas

12 lines
283 B
Text
Raw Normal View History

2020-04-30 15:26:36 -04:00
# A3XX mCDU by Joshua Davidson (Octal450), Jonathan Redpath, and Matthew Maring (mattmaring)
2019-10-14 12:48:35 -04:00
2020-04-18 01:36:46 -04:00
# Copyright (c) 2020 Josh Davidson (Octal450)
2019-10-14 12:48:35 -04:00
var statusInput = func(key, i) {
if (key == "L3") {
fmgc.switchDatabase();
} elsif (key == "R5") {
fmgc.WaypointDatabase.delete();
2019-10-14 12:48:35 -04:00
}
}