CBA_fnc_findMusic

Description

A function used to return songs with given type and tags

Parameters

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

Returns

array of classes that fit the bill.

Example

_results = ["soundtrack", "stealth"] call CBA_fnc_searchMusic

Author

Fishy, Dedmen, Dorbedo

Close