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

11 lines
283 B
Text

# A3XX mCDU by Joshua Davidson (Octal450), Jonathan Redpath, and Matthew Maring (mattmaring)
# Copyright (c) 2020 Josh Davidson (Octal450)
var statusInput = func(key, i) {
if (key == "L3") {
fmgc.switchDatabase();
} elsif (key == "R5") {
fmgc.WaypointDatabase.delete();
}
}