This commit is contained in:
Frank
2019-07-22 21:06:12 +02:00
parent 96fe9d51d6
commit f931af2ee9
4 changed files with 50 additions and 21 deletions

View File

@@ -517,7 +517,7 @@ end
-- local myUnit = UNIT:FindByName("MyUnit")
-- local myBeacon = myUnit:GetBeacon() -- Creates the beacon
--
-- myBeacon:TACAN(20, "Y", "TEXACO", true) -- Activate the beacon
-- myBeacon:ActivateTACAN(20, "Y", "TEXACO", true) -- Activate the beacon
function BEACON:ActivateTACAN(Channel, Mode, Message, Bearing, Duration)
self:T({channel=Channel, mode=Mode, callsign=Message, bearing=Bearing, duration=Duration})