LoadWarehouseInventory
Appearance
| 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 |
| argTable | Custom Table consisting of <Airbase Object Table> & <getInventory Table> | |
| Example: | CMM.LoadWarehouseInventory(Airbase.getByName("Akrotiri"),<getInventory Table>) | |
| Example Description: | ||
| Related Functions: | ||
| Notes: | ||