getBTTVEmotesGlobal

Fetches global BetterTTV emotes.

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

Parameters

plugin TwitchPlugin

The current TwitchPlugin.

emoteMap bool[dstring]

Reference to the bool[dstring] associative array to store the fetched emotes in.

_ uint

Unused, for signature compatibility with getBTTVEmotes.

caller string

Name of the calling function.

See Also