Module xplane::command

source ·
Expand description

Commands

Structs§

  • A command created by X-Plane or another plugin, that can be triggered
  • Struct to access X-Plane’s command API.
  • An RAII lock that keeps a command held down.
  • A command created by this plugin that can be triggered by other components

Enums§

Traits§

  • Trait for things that can handle Commands. Store your state data within the struct implementing this.