mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
17 lines
384 B
Lua
17 lines
384 B
Lua
-------------------------------------------------------------------------------
|
|
-- @module DCS.DCScoalition
|
|
|
|
--- @type coalition
|
|
-- @field #coalition.side side
|
|
|
|
--- @type coalition.side
|
|
-- @field NEUTRAL
|
|
-- @field RED
|
|
-- @field BLUE
|
|
|
|
--- @function [parent=#coalition] getCountryCoalition
|
|
-- @param #number countryId
|
|
-- @return #number coalitionId
|
|
|
|
coalition = coalition -- #coalition
|