Skip to content
M2O Scripting APIScripting reference
Data shapeClient APIGenerated

RadioStationChangeEvent

Defined in: client/api.d.ts:1196

A local vehicle-radio station change.

previousStation: number | null

Defined in: client/api.d.ts:1210

Previous station ID, or null when none was selected.


previousStationName: string | null

Defined in: client/api.d.ts:1215

Previous station name, or null when unavailable.


station: number | null

Defined in: client/api.d.ts:1200

New station ID, or null when no station is selected.


stationName: string | null

Defined in: client/api.d.ts:1205

New station name, or null when unavailable.