LoadNearestFARPinventory
Appearance
| 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 |
| argTable | Custom 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: | ||