fix(braf_air2) Naming clonvention for all classes and paths to use lowercase letters.
This commit is contained in:
@@ -17,7 +17,7 @@ class AcreRacks {
|
||||
allowedPositions[] = {"commander"}; // Who can configure the radio and open the radio GUI. Same wildcards as the intercom. It also allows transmitting/receiving
|
||||
disabledPositions[] = {}; // Who cannot access the radio (default: {})
|
||||
defaultComponents[] = {}; // Use this to attach simple components like Antennas, they will first attempt to fill empty connectors but will overide existing connectors. Not yet fully implemented. (default: {})
|
||||
mountedRadio = ""; // Predefined mounted radio (default: "", meaning none)
|
||||
mountedRadio = ""; // predefined mounted radio (default: "", meaning none)
|
||||
isRadioRemovable = 1; // Radio can be removed (default: 0)
|
||||
intercom[] = {}; // Radio not wired to any intercom. All units in intercom can receive/send transmittions (ACE3 interaction menu) but they cannot manipulate the radio (GUI interface) (default: {})
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user