mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
interval 120 seconds
This commit is contained in:
parent
0239098f30
commit
ab6bb91069
@ -49,7 +49,7 @@ end
|
|||||||
--- Call this function to start the MOVEMENT scheduling.
|
--- Call this function to start the MOVEMENT scheduling.
|
||||||
function MOVEMENT:ScheduleStart()
|
function MOVEMENT:ScheduleStart()
|
||||||
trace.f( self.ClassName )
|
trace.f( self.ClassName )
|
||||||
self.MoveFunction = routines.scheduleFunction( self._Scheduler, { self }, timer.getTime() + 1, 60 )
|
self.MoveFunction = routines.scheduleFunction( self._Scheduler, { self }, timer.getTime() + 1, 120 )
|
||||||
end
|
end
|
||||||
|
|
||||||
--- Call this function to stop the MOVEMENT scheduling.
|
--- Call this function to stop the MOVEMENT scheduling.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user