mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
OPS
**AIRWING** - Added option to start in air `:SetTakeoffAir()` - Added option to despawn near airbase `:SetDespawnAfterHolding()` - Added option to despawn after landing `:SetDepawnAfterLanding()` **SQUADRON** - Added option to start in air `:SetTakeoffAir()` - Added option to despawn near airbase `:SetDespawnAfterHolding()` - Added option to despawn after landing `:SetDepawnAfterLanding()` - Squadron settings overrule Airwing settings **OPSGROUP** - Improved `:Teleport()` function
This commit is contained in:
@@ -2302,7 +2302,7 @@ function AUFTRAG:SetTime(ClockStart, ClockStop)
|
||||
return self
|
||||
end
|
||||
|
||||
--- Set time how low the mission is executed. Once this time limit has passed, the mission is cancelled.
|
||||
--- Set time how long the mission is executed. Once this time limit has passed, the mission is cancelled.
|
||||
-- @param #AUFTRAG self
|
||||
-- @param #number Duration Duration in seconds.
|
||||
-- @return #AUFTRAG self
|
||||
|
||||
Reference in New Issue
Block a user