A function used to return songs with given type and tags
0: A string or array of strings, defining music “type”. 1: A string or array of strings, defining tags/themes to look for. 2: Array (optional) of music to search. Uses all music in game by default. values can be either class or config
array of classes that fit the bill.
_results = ["soundtrack", "stealth"] call CBA_fnc_searchMusic
Fishy, Dedmen, Dorbedo