DCS event takeoff

From DCS World Wiki - Hoggitworld.com
Revision as of 22:33, 9 August 2024 by Grimes (talk | contribs)

{{Template:DCS_events

|eName=TAKEOFF

|vNum= 1.2.4

|id = 3

|desc= Occurs when an aircraft takes off from an airbase, farp, or ship. Occurs several seconds after take-off.

Initiator : The unit that tookoff

place: Object from where the AI took-off from. Can be an Airbase Object, FARP, or Ships

|form= The takeoff event table is in the following format.

Event = {
  id = 3,
  time = Time,
  initiator = Unit,
  place = Airbase,
  subPlace = 0
}

|exam=

|notes= DCS 2.9.6 changed the functionality of the takeoff and land event effectively applying their previous behavior to runway_takeoff, [[DCS_event_runway_touch|runway_touch].

Use runway_takeoff for the event related to the exact moment when an aircraft is no longer on the ground.


}}