Jump to content

InitialiseAirbase

From CMM Wiki
Return to CMM Command Reference
Environment: Mission Scripting
Function: initialiseAirbase
Function Description: This function initialises an airbase of a specific name, it will check if there is a persistence file and load that if available
File Location: cmm.AirBaseFunctions.lua
Syntax: CMM.initialiseAirbase( table ArgTable )
Return Value:
Parameters: Name Description
ArgTableTable Contains the following settings {AirbaseName<string>,
coal <CoalitionID>,
manpower <number>,
level <number>,
supply <number>,
shield <number>,
Example:
Example Description:
Related Functions:
Notes:

}