Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
Applevangelist 2024-06-07 16:05:44 +02:00
commit 4bddf16c82

View File

@ -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`.