SDK | Standardize the API of internal plane codes

I don’t understand why there isn’t a standardization for internal codes yet.

For example, if I use the API to have the plane open door5, when the plane turns off power. This door5 can be for a wide range of different options for different aircraft. One aircraft it can be cargo, and another it could be a passenger door or even worst it could randomly be opening the bomb bay for Military aircraft.

New Example:

  • doorCaptain
  • doorCopilot
  • doorPassenger1 to infinite
  • doorCargo1 to infinite
  • doorBombBay1 to infinite
  • etc

The use of using standardization moving forward would help a lot of developers. Currently the code is jumbled together and isn’t working that well.