DynamicScenarioEvent

data class DynamicScenarioEvent(val tick: Int, val type: DynamicScenarioEventType, val targetId: String, val value: String? = null)(source)

Dynamic event scheduled inside a scenario.

Dynamic events are used to activate weather zones or change aircraft emergency state while the simulation is running.

Constructors

Link copied to clipboard
constructor(tick: Int, type: DynamicScenarioEventType, targetId: String, value: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val tick: Int
Link copied to clipboard
Link copied to clipboard