Working CSAR ... huray

This commit is contained in:
FlightControl_Master
2018-04-03 07:43:55 +02:00
parent 25831db057
commit ec973fcc76
6 changed files with 58 additions and 34 deletions

View File

@@ -220,6 +220,14 @@ function COMMANDCENTER:GetShortText()
end
--- Gets the coalition of the command center.
-- @param #COMMANDCENTER self
-- @return DCScoalition#coalition
function COMMANDCENTER:GetCoalition()
return self.CommandCenterCoalition
end
--- Gets the POSITIONABLE of the HQ command center.
-- @param #COMMANDCENTER self