Jump to content

LoadFARPinventory

From CMM Wiki
Revision as of 10:05, 11 November 2025 by Ozdeadmeat (talk | contribs) (LoadFARPinventory – created via PowerShell script (2025-11-11T21:05:56Z))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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: