Working CSAR ... huray

This commit is contained in:
FlightControl_Master
2018-04-03 07:45:26 +02:00
parent 1401bb29aa
commit 1f578d4ab5
13 changed files with 1178 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