samcrow / rust-xplm

Rust interfaces to the X-Plane plugin SDK
Apache License 2.0
39 stars 15 forks source link

Added function to externally deactivate flight loop #3

Closed Pavlos1 closed 5 years ago

Pavlos1 commented 5 years ago

"Externally" here means from outside the flight loop callback.

The new method is (functionally) equivalent to calling .schedule_after(0f32), so this change doesn't fundamentally affect what can be done via the interface.