1
0
Fork 0
A320-family/Nasal/MCDU/STATUS.nas
Matthew Maring b078cc164e Rename :)
2020-04-30 15:26:36 -04:00

9 lines
224 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();
}
}