Xpl command
Jump to navigation
Jump to search
Description
xpl_command(commandref)
xpl_command is used to send a command to X-plane
xpl_command is part of the Air Manager 2.x Instrument Logic API and Air Manager 1.x Instrument Logic API.
X-plane uses commandrefs, these may be used to send commands to. CommandRefs
Return value
This function won't return any value.
Arguments
# | Argument | Type | Description |
---|---|---|---|
1 | commandref | String | Reference to a command from X-plane (see CommandRefs) |
2 | value | Number | Optional field. Providing it with 1 will send a BEGIN command, Providing it with 0 will send an END command. |
Example
-- Shut down X-plane
xpl_command("sim/operation/quit")