The Command.once()
activates a command once. A call to this function is essentially a call to begin()
and end()
.
This function has no parameters.
No value is returned (i.e.,undefined
).
> ident = "sim/transponder/transponder_ident"
Command
>
undefined
XPLMCommandOnce
is the C-API used by this function.cmd:once()
functioncommandOnce