Spawn
When you add a Spawn object, it tells the mission where to start, and how to set up the flight.
Attributes
Spawn Type
State that the aircraft spawns in. Can be:
Shutdown
Runway (ready to fly)
Cruise
Final
Orientation
Heading of the aircraft in true degrees north (not equal to magnetic north)
Altitude
Altitude above sea level in feet
On Ground
Ignore the altitude and spawn on ground
Speed
Aircraft speed when spawned
Actions
Spawn doesn't have any actions. It gets executed automatically at the start of the mission.
Events
Spawn Finished
Fired when the spawn is done, and the user has clicked the 'ready to fly' button
See also
You can also spawn on ships: Ship
Last updated