Landing Trigger

From FSDeveloper Wiki
Jump to navigationJump to search


Detect landings in an area or on a runway.

AirportLandingTrigger / AreaLandingTrigger

Fires when an object lands in one of the areas/airports/runways specified.


LandingType The type of landing can be; a touchdown, it triggers when the plane makes a touchdown (the main gear carrying weight), a full stop happens when the plane slows down to ~25 kts.
Area You can link it to areas in which the trigger should be active. If no area is selected, the whole world will be active.
AirportIdent Airport ICAO identifier used in the sim.
RunwayFilter Number and designator of the runway for which the trigger should be active.


Possible uses

  • Copilot feedback.
  • Complete an objective.

Related

  • You can use a Property Trigger to trigger at a specific speed after landing instead of using a full stop landing type, which triggers at ~25 kts.
  • You can use a calculator for relevant copilot feedback after landing.
  • You can use a global AreaLandingTrigger and another LandingTrigger together to detect landings at the wrong place. Just make it so the AreaLandingTrigger gets disabled when the user is in the appropriate area and is re-enabled when they exit. You can use a ProximityTrigger for this.


See MSFS Mission Script - Triggers for an overview of triggers and more info about triggers in general.


Pages relevant to mission creation for MSFS.

Mission structure

Flightplan
Weather definitions
Flight file
Mission script
Triggers
AirportLandingTrigger & AreaLandingTrigger · CounterTrigger · PropertyTrigger · ProximityTrigger · TimerTrigger
Actions
ObjectActivationAction · DialogAction · AdjustPayloadAction · ChangeAssistanceItemAction · FadeToColorAction · RandomAction · RequestTeleportAction · CountAction · ResetTimerAction · TimerAdjustAction · GoalResolutionAction & SubGoalResolutionAction · GrantRewardAction · PointOfInterestActivationAction · ActivateWaypointsAction · AITakeControlsAction · SendMessageToAIAction
Mission objects
Mission definition · Goal · LivingWorldExclusion · Camera
Calculator
Flow states
Events
Areas
Rectangle Area · Cylinder Area · Polygon Area · Corridor Area · InGameMarker
Library objects
Sim objects
RTC

Mission tools

MSFS Script Editor · BushTripInjector · BushMissionGen · MSFSLocalizer · SPB2XML · Little Navmap

Other

Example mission files
Porting FSX Missions to MSFS
Localisation
Click the links to access the topic pages (Default - Opens in same window).