Jump to content

GetAirbaseInventoryTypes

From CMM Wiki
Revision as of 19:02, 31 December 2025 by Ozdeadmeat (talk | contribs) (GetAirbaseInventoryTypes – created via PowerShell script (2026-01-01T06:02:45Z))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Return to CMM Command Reference
Environment: Mission Scripting
Function: GetAirbaseInventoryTypes
Function Description:
File Location: cmm.AirBaseFunctions.lua
Syntax: CMM.GetAirbaseInventoryTypes( table or string AB )
Return Value: table or nil,table or nil
Parameters: Name Description
ABAn Airbase Object or Airbase name string.
Example: CMM.GetAirbaseInventoryTypes("Krymsk")
Example Description: Returns two tables containing the aircraft and weapon types currently present at the Krymsk airbase and dumps LUA files of each list.
Related Functions:
Notes: