mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Implements POSITIONNABLE:GetBeacon()
This commit is contained in:
parent
3c80fdafcd
commit
bbcf6c4717
@ -450,3 +450,11 @@ function POSITIONABLE:GetRadio()
|
||||
self:F2(self)
|
||||
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)
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user