getBTTVEmotesGlobal

Fetches global BetterTTV emotes.

version(TwitchSupport && WithTwitchPlugin)
package
uint
getBTTVEmotesGlobal
(,
bool[string]* emoteMap
,
const ulong _ = 0
,
const string caller = __FUNCTION__
)

Parameters

plugin TwitchPlugin

The current TwitchPlugin.

emoteMap bool[string]*

Pointer to the bool[string] associative array to store the fetched emotes in.

_ ulong

Unused, for signature compatibility with getBTTVEmotes.

caller string

Name of the calling function.

See Also