Difference between revisions of "CCM3: KLPQ MUSICRADIO"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 12: | Line 12: | ||
| klpq_musicRadio_radioSongs || array, sets songs for music radio, leave empty for all songs. || | | klpq_musicRadio_radioSongs || array, sets songs for music radio, leave empty for all songs. || | ||
|} | |} | ||
== Functions == | == Functions == | ||
Line 119: | Line 118: | ||
|} | |} | ||
[[Category:Cluster Community Mod (CCM3)]] | <!-- [[Category:Cluster Community Mod (CCM3)]]--> |
Latest revision as of 00:28, 5 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
|
|
|
|
|
|