Jump to content

LoadWarehouseInventory

From CMM Wiki
Revision as of 19:02, 31 December 2025 by Ozdeadmeat (talk | contribs) (LoadWarehouseInventory – created via PowerShell script (2026-01-01T06:02:39Z))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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: