Jump to content

GetAirbaseInventoryTypes

From CMM Wiki
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: