SlashCo.AudioSystem.GetPrecachedChannel
IGModAudioChannel SlashCo.AudioSystem.GetPrecachedChannel( string identifier, function callback, SoundData precacheData )
Description
Returns the given precached channel using the identifier, returns nil on failure. If given a callback, it will use that function which will be more reliable.
Arguments
2function callback
The callback function after creation
Function argument(s):
Function return argument(s):
Returns
1IGModAudioChannel channel
The precached channel. This function will NOT return anything if you used a callback and usually you should always use a callback.