XPLMFlightLoopPhaseType
You can register a flight loop callback to run either before or after the flight model is integrated by X-Plane.
Name | Value | Description |
---|---|---|
xplm_FlightLoop_Phase_BeforeFlightModel | "0" | Your callback runs before X-Plane integrates the flight model. |
xplm_FlightLoop_Phase_AfterFlightModel | "1" | Your callback runs after X-Plane integrates the flight model. |