Jump to content

LoadFARPinventory

From CMM Wiki
Return to CMM Command Reference
Environment: Mission Scripting
Function: LoadFARPinventory
Function Description: This function will load the specified Airbases warehouses with a specified inventory of stock
File Location: cmm.AirBaseFunctions.lua
Syntax: CMM.LoadFARPinventory( table argTable )
Return Value: boolean
Parameters: Name Description
argTableCustom Table consisting of <Airbase Object Table> & <getInventory Table>
Example: CMM.LoadFARPinventory(Airbase.getByName("Akrotiri"),<getInventory Table>)
Example Description:
Related Functions:
Notes: