BuildAirBaseTable
Appearance
| Environment: | Mission Scripting | |
|---|---|---|
| Function: | BuildAirBaseTable | |
| Function Description: | ||
| File Location: | cmm.AirBaseFunctions.lua | |
| Syntax: | CMM.BuildAirBaseTable( table bases ) | |
| Return Value: | table AllAirBases | |
| Parameters: | Name | Description |
| bases | A list of airbase objects, names or numeric IDs that will be processed. | |
| Example: | CMM.BuildAirBaseTable(world.getAirbases()) | |
| Example Description: | Builds and returns a comprehensive list of all airbases in the current mission, including their details. | |
| Related Functions: | ||
| Notes: | ||