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

10 lines
224 B
Text
Raw Normal View History

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