Jump to content

AssignFOB

From CMM Wiki
Revision as of 19:02, 31 December 2025 by Ozdeadmeat (talk | contribs) (AssignFOB – created via PowerShell script (2026-01-01T06:02:36Z))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Return to CMM Command Reference
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
argTblargTbl = {<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:

}