The continue
event fires when a command continues to be activated; this may happen 0 or more times, depending on the duration of the activation.
The event uses the CommandEvent
object, with the phase set to "continue"
.
> ident = "sim/transponder/transponder_ident"
Command
> "begin",
undefined
>
undefined
Received command event with phase continue
Received command event with phase continue
Received command event with phase continue
Received command event with phase continue
Received command event with phase continue
Received command event with phase continue
Received command event with phase continue
Received command event with phase continue
Received command event with phase continue
>
undefined
xplm_FlightLoop_Phase_AfterFlightModel
callback that triggers this event.replace_command()
and wrap_command()
functions are the equivalents to this event.