mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2026-08-08 00:08:00 +00:00
77b5e10613
Had to recompile lua and using luarocks had to compile luadocumentor
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
|