joeherwig / A32nx-LINDA-aircraft-module

a32nx
GNU General Public License v3.0
4 stars 4 forks source link

Group System Functions #49

Closed scotflieger closed 2 years ago

scotflieger commented 2 years ago

By convention the System Functions in an aircraft module should be grouped at the bottom of the module action.lua to avoid use by and confusion to users.

Move InitDsp, A32NX_AP_INFO and A32NX_FLIGHT_INFO functions to bottom and group with InitVars and Timer functions.

joeherwig commented 2 years ago

setDimmer is currently also part of that group. Adding that to the end.