Jump to content

LoadWarehouseInventory

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