Dynamic Scenario Event
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.