Database redesign progress

This commit is contained in:
FlightControl
2016-04-28 13:28:03 +02:00
parent 10177331b4
commit 88e0b17741
8 changed files with 369 additions and 78 deletions

View File

@@ -4,14 +4,25 @@
--- @type CoalitionObject
-- @extends DCSObject#Object
--- @type coalition
-- @field #coalition.side side
--- @type coalition.side
-- @field NEUTRAL
-- @field RED
-- @field BLUE
coalition = {} --#coalition
--- Returns coalition of the object.
-- @function [parent=#CoalitionObject] getCoalition
-- @param self
-- @return #coalition.side
-- @param #CoalitionObject self
-- @return DCSTypes#coalition.side
--- Returns object country.
-- @function [parent=#CoalitionObject] getCountry
-- @param self
-- @param #CoalitionObject self
-- @return #country.id
CoalitionObject = {} --#CoalitionObject