mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
18 lines
456 B
Lua
18 lines
456 B
Lua
-------------------------------------------------------------------------------
|
|
-- @module DCSCoalitionObject
|
|
|
|
--- @type CoalitionObject
|
|
-- @extends DCSObject#Object
|
|
|
|
--- Returns coalition of the object.
|
|
-- @function [parent=#CoalitionObject] getCoalition
|
|
-- @param self
|
|
-- @return #coalition.side
|
|
|
|
--- Returns object country.
|
|
-- @function [parent=#CoalitionObject] getCountry
|
|
-- @param self
|
|
-- @return #country.id
|
|
|
|
CoalitionObject = {} --#CoalitionObject
|