mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
4bddf16c82
@ -1078,6 +1078,13 @@ function CHIEF:SetStrategy(Strategy)
|
|||||||
return self
|
return self
|
||||||
end
|
end
|
||||||
|
|
||||||
|
--- Get current strategy.
|
||||||
|
-- @param #CHIEF self
|
||||||
|
-- @return #string Strategy.
|
||||||
|
function CHIEF:GetStrategy()
|
||||||
|
return self.strategy
|
||||||
|
end
|
||||||
|
|
||||||
--- Get defence condition.
|
--- Get defence condition.
|
||||||
-- @param #CHIEF self
|
-- @param #CHIEF self
|
||||||
-- @param #string Current Defence condition. See @{#CHIEF.DEFCON}, e.g. `CHIEF.DEFCON.RED`.
|
-- @param #string Current Defence condition. See @{#CHIEF.DEFCON}, e.g. `CHIEF.DEFCON.RED`.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user