GetBigEmptyParking
Appearance
| Environment: | Mission Scripting | |
|---|---|---|
| Function: | GetBigEmptyParking | |
| Function Description: | Creates a table of Big Empty Parking bays at the specified Airbase | |
| File Location: | cmm.AirBaseFunctions.lua | |
| Syntax: | CMM.GetBigEmptyParking( table or string AirB ) | |
| Return Value: | table or nil | |
| Parameters: | Name | Description |
| AirB | Airbase Object Table or Airbase Name String | |
| Example: | CMM.GetBigEmptyParking(Airbase.getByName("Akrotiri"), true) | |
| Example Description: | ||
| Related Functions: | ||
| Notes: | ||