Merge pull request #444 from FlightControl-Master/beacons

Beacons
This commit is contained in:
Grey-Echo
2017-04-20 14:39:27 +02:00
committed by GitHub
76 changed files with 712 additions and 158 deletions

View File

@@ -452,6 +452,14 @@ function POSITIONABLE:GetRadio()
return RADIO:New(self)
end
--- Create a @{Radio#BEACON}, to allow this POSITIONABLE to broadcast beacon signals
-- @param #POSITIONABLE self
-- @return #RADIO Radio
function POSITIONABLE:GetBeacon()
self:F2(self)
return BEACON:New(self)
--- Start Lasing a POSITIONABLE
-- @param #POSITIONABLE self
-- @param #POSITIONABLE Target