Jump to content

IsAirbase

From CMM Wiki
Revision as of 10:12, 11 November 2025 by Ozdeadmeat (talk | contribs) (IsAirbase – created via PowerShell script (2025-11-11T21:12:03Z))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Return to CMM Command Reference
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
AirBAirbase 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: