GetAirbaseInventoryTypes
Appearance
| 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 |
| AB | An 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: | ||