Start of BEACON:StopAATACAN()

This commit is contained in:
Grey-Echo 2017-04-02 22:12:34 +02:00
parent 411982d557
commit 0ef9a26222

View File

@ -461,4 +461,12 @@ function BEACON:AATACAN(TACANChannel, TACANMode, Message, Bearing, Tanker, Beaco
end
return self
end
end
--- Stops the BEACON
-- @param #BEACON self
-- @return #BEACON self
function BEACON:StopAATACAN()
if not self.Positionable then
end
end