UNPKG

@fivem-ts/shared

Version:

FiveM Typescript wrapper shared part

36 lines (35 loc) 1.61 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RadioStation = void 0; /** * Enumeration representing the available radio stations. * * This enum provides a list of radio station identifiers that can be used * in applications requiring reference to specific radio stations. * * @enum{string} */ var RadioStation; (function (RadioStation) { RadioStation["LosSantosRockRadio"] = "RADIO_01_CLASS_ROCK"; RadioStation["NonStopPopFM"] = "RADIO_02_POP"; RadioStation["RadioLosSantos"] = "RADIO_03_HIPHOP_NEW"; RadioStation["ChannelX"] = "RADIO_04_PUNK"; RadioStation["WestCoastTalkRadio"] = "RADIO_05_TALK_01"; RadioStation["RebelRadio"] = "RADIO_06_COUNTRY"; RadioStation["SoulwaxFM"] = "RADIO_07_DANCE_01"; RadioStation["EastLosFM"] = "RADIO_08_MEXICAN"; RadioStation["WestCoastClassics"] = "RADIO_09_HIPHOP_OLD"; RadioStation["BlueArk"] = "RADIO_12_REGGAE"; RadioStation["WorldwideFM"] = "RADIO_13_JAZZ"; RadioStation["FlyLoFM"] = "RADIO_14_DANCE_02"; RadioStation["TheLowdown"] = "RADIO_15_MOTOWN"; RadioStation["TheLab"] = "RADIO_20_THELAB"; RadioStation["RadioMirrorPark"] = "RADIO_16_SILVERLAKE"; RadioStation["Space"] = "RADIO_17_FUNK"; RadioStation["VinewoodBoulevardRadio"] = "RADIO_18_90S_ROCK"; RadioStation["BlondedLosSantos"] = "RADIO_21_DLC_XM17"; RadioStation["BlaineCountyRadio"] = "RADIO_11_TALK_02"; RadioStation["LosSantosUndergroundRadio"] = "RADIO_22_DLC_BATTLE_MIX1_RADIO"; RadioStation["Off"] = "OFF"; })(RadioStation || (exports.RadioStation = RadioStation = {}));