Difference between revisions of "CCM3: KLPQ MUSICRADIO"
Jump to navigation
Jump to search
(Created page with "== Variables == {| class="wikitable" |- ! Name !! Description !! Example |- | klpq_musicRadio_enable || bool, enables music radio || klpq_musicRadio_enable = true; |- | klpq_m...") |
|||
Line 119: | Line 119: | ||
|} | |} | ||
[[Category: | [[Category:Cluster Community Mod (CCM3)]] |
Revision as of 10:19, 4 May 2023
Variables
Name | Description | Example |
---|---|---|
klpq_musicRadio_enable | bool, enables music radio | klpq_musicRadio_enable = true; |
klpq_musicRadio_radioThemes | array, sets themes for music radio, can specify more than one theme | klpq_musicRadio_radioThemes = ["t_croatian", "t_bosnian"]; |
klpq_musicRadio_startRadioSongs | array, sets certain songs for music radio to play first | |
klpq_musicRadio_radioSongs | array, sets songs for music radio, leave empty for all songs. |
Functions
Name | Description | Example |
---|---|---|
[<Object>, <Radio playing on spawn>] call klpq_musicRadio_fnc_addRadio | adds radio to the object, true to make it play at start. | [this, true] call klpq_musicRadio_fnc_addRadio; |
Themes
|
|
|
|
|
|