Difference between revisions of "DCS func getAvailableCoalitions"
From DCS World Wiki - Hoggitworld.com
(No difference)
|
Latest revision as of 22:30, 22 April 2018
(No difference)
|
Environment: | Server | ||
Function: | getAvailableCoalitions | Added with: 2.5.0 | |
Member Of: | DCS | ||
Syntax: | table DCS.getAvailableCoalitions( ) | ||
Description: | Returns a list of coalitions which have client slots available.
| ||
Return Value: | table | ||
Return Example: | {[coalition_id] = { name = "coalition name" }} | ||
Examples: | |||
Related Functions: | Control API: setPause, getPause, stopMission, exitProcess, isMultiplayer, isServer, getModelTime, getRealTime, getMissionOptions, getAvailableCoalitions, getAvailableSlots, getCurrentMission, getMissionName, getMissionFilename, getMissionResult, getUnitProperty, getUnitType, getUnitTypeAttribute, writeDebriefing, setUserCallbacks, reloadUserScripts, makeScreenShot | ||
Notes: |