mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
xx
This commit is contained in:
parent
c0b09b03d9
commit
73181e3f45
@ -3481,7 +3481,7 @@ end
|
|||||||
|
|
||||||
--- Set Rules of Engagement (ROE) for this mission.
|
--- Set Rules of Engagement (ROE) for this mission.
|
||||||
-- @param #AUFTRAG self
|
-- @param #AUFTRAG self
|
||||||
-- @param #string roe Mission ROE.
|
-- @param #number roe Mission ROE, e.g. `ENUMS.ROE.ReturnFire` (whiche equals 3)
|
||||||
-- @return #AUFTRAG self
|
-- @return #AUFTRAG self
|
||||||
function AUFTRAG:SetROE(roe)
|
function AUFTRAG:SetROE(roe)
|
||||||
|
|
||||||
@ -3493,7 +3493,7 @@ end
|
|||||||
|
|
||||||
--- Set Reaction on Threat (ROT) for this mission.
|
--- Set Reaction on Threat (ROT) for this mission.
|
||||||
-- @param #AUFTRAG self
|
-- @param #AUFTRAG self
|
||||||
-- @param #string rot Mission ROT.
|
-- @param #number rot Mission ROT, e.g. `ENUMS.ROT.NoReaction` (whiche equals 0)
|
||||||
-- @return #AUFTRAG self
|
-- @return #AUFTRAG self
|
||||||
function AUFTRAG:SetROT(rot)
|
function AUFTRAG:SetROT(rot)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user