mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Update RAT.lua
This commit is contained in:
parent
85febea3d9
commit
5dbc3b1ba1
@ -1644,11 +1644,11 @@ function RAT:Invisible()
|
|||||||
return self
|
return self
|
||||||
end
|
end
|
||||||
|
|
||||||
--- Turn EPLSR datalink on/off.
|
--- Turn EPLRS datalink on/off.
|
||||||
-- @param #RAT self
|
-- @param #RAT self
|
||||||
-- @param #boolean switch If true (or nil), turn EPLRS on.
|
-- @param #boolean switch If true (or nil), turn EPLRS on.
|
||||||
-- @return #RAT RAT self object.
|
-- @return #RAT RAT self object.
|
||||||
function RAT:SetEPLSR(switch)
|
function RAT:SetEPLRS(switch)
|
||||||
if switch==nil or switch==true then
|
if switch==nil or switch==true then
|
||||||
self.eplrs=true
|
self.eplrs=true
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user