mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
#FlightGroup dual naming in functions
This commit is contained in:
parent
e18a5e4832
commit
40427c75b9
@ -380,7 +380,7 @@ end
|
||||
--- Get name of airwing the flight group belongs to.
|
||||
-- @param #FLIGHTGROUP self
|
||||
-- @return #string Name of the airwing or "None" if the flightgroup does not belong to any airwing.
|
||||
function FLIGHTGROUP:GetAirwing()
|
||||
function FLIGHTGROUP:GetAirwingName()
|
||||
local name=self.legion and self.legion.alias or "None"
|
||||
return name
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user