mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Warehouse v0.4.0
Added some onevent functions for AI_CARGO Added start command for CONTROLLER
This commit is contained in:
@@ -611,6 +611,14 @@ function CONTROLLABLE:CommandStopRoute( StopRoute )
|
||||
end
|
||||
|
||||
|
||||
--- Give an uncontrolled air controllable the start command.
|
||||
-- @param #CONTROLLABLE self
|
||||
-- @return #CONTROLLABLE self
|
||||
function CONTROLLABLE:StartUncontrolled()
|
||||
self:SetCommand({id='Start', params={}})
|
||||
return self
|
||||
end
|
||||
|
||||
-- TASKS FOR AIR CONTROLLABLES
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user