IsAirbase
Appearance
| Environment: | Mission Scripting | |
|---|---|---|
| Function: | IsAirbase | |
| Function Description: | Checks whether the supplied table represents a valid DCS airbase object. | |
| File Location: | cmm.DCSFunctions.lua | |
| Syntax: | CMM.IsAirbase( table AirB ) | |
| Return Value: | ||
| Parameters: | Name | Description |
| AirB | Airbase Object table | |
| Example: | local isBase = CMM.IsAirbase(Airbase.getByName("Akrotiri")) | |
| Example Description: | Returns true if the argument is an airbase; otherwise false. | |
| Related Functions: | ||
| Notes: | ||