MakeAircraftTypeList
Appearance
| Environment: | Mission Scripting | |
|---|---|---|
| Function: | MakeAircraftTypeList | |
| Function Description: | This will create a list of aircraft from an Airbase Warehouse | |
| File Location: | cmm.AirBaseFunctions.lua | |
| Syntax: | CMM.MakeAircraftTypeList( table or string AirBase , boolean WriteToFile ) | |
| Return Value: | table or nil | |
| Parameters: | Name | Description |
| AirBase | Airbase Object Table | |
| WriteToFile | Will write a file called "AircraftTypes.json" | |
| Example: | CMM.MakeAircraftTypeList(Airbase.getByName("Akrotiri"), true) | |
| Example Description: | ||
| Related Functions: | ||
| Notes: | ||