Jump to content

LoadNearestFARPinventory

From CMM Wiki
Return to CMM Command Reference
Environment: Mission Scripting
Function: LoadNearestFARPinventory
Function Description: This function will load the nearest FARP warehouses of a specific coalition with a specified inventory of stock
File Location: cmm.AirBaseFunctions.lua
Syntax: CMM.LoadNearestFARPinventory( table argTable )
Return Value: boolean
Parameters: Name Description
argTableCustom Table consisting of <vec3 Table> & <getInventory Table> & <coalition number>
Example: CMM.LoadNearestFARPinventory ({x=1,y=1,z=1},<getInventory Table>, 2)
Example Description:
Related Functions:
Notes: