DCS func setCoalition
From DCS World Wiki - Hoggitworld.com
| Envrioment: | Mission Scripting | ||
| Function: | setCoalition | Added with: 2.8.8 | |
| Member Of: | Airbase | ||
| Syntax: | nothing Airbase.setCoalition(Class Self , number coa enum ) | ||
| Description: | Changes the passed airbase object's coalition to the set value. Must be used with Airbase.autoCapture to disable auto capturing of the base, otherwise the base can revert back to a different coalition depending on the situation and built in game capture rules.
coalition.side = {
NEUTRAL = 0
RED = 1
BLUE = 2
}
| ||
| Return Value: | nothing | ||
| Return Example: | |||
| Examples: | |||
| Related Functions: | Airbase Functions: getCallsign, getUnit, getID, getCategoryEx, getParking, getRunways, getTechObjectPos, getDispatcherTowerPos, getRadioSilentMode, setRadioSilentMode, autoCapture, autoCaptureIsOn, setCoalition, getWarehouse, | ||
| Notes: | Can be called on ships, however they will still behave as if the unit belonged to their initial coalition. I didn't test it further than that other than to make sure it didn't crash and to see what happened. -Grimes. | ||