mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Start of BEACON:StopAATACAN()
This commit is contained in:
@@ -462,3 +462,11 @@ function BEACON:AATACAN(TACANChannel, TACANMode, Message, Bearing, Tanker, Beaco
|
|||||||
|
|
||||||
return self
|
return self
|
||||||
end
|
end
|
||||||
|
|
||||||
|
--- Stops the BEACON
|
||||||
|
-- @param #BEACON self
|
||||||
|
-- @return #BEACON self
|
||||||
|
function BEACON:StopAATACAN()
|
||||||
|
if not self.Positionable then
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user