AssignFOB
Appearance
| Environment: | Mission Scripting | |
|---|---|---|
| Function: | AssignFOB | |
| Function Description: | ||
| File Location: | cmm.AirBaseFunctions.lua | |
| Syntax: | CMM.AssignFOB( table argTbl ) | |
| Return Value: | table or nil | |
| Parameters: | Name | Description |
| argTbl | argTbl = {<vec3>,<coalitionID> | |
| Example: | CMM.AssignFOB({ {x=0, y=0, z=1000}, 1, 23}) | |
| Example Description: | Will get the closest HELIPAD type airbase to {x=0, y=0, z=1000} and add the airbase object and warehouse contents to table CMM.FOB[23]. | |
| Related Functions: | ||
| Notes: | ||
}