getFFZEmotesGlobal

Fetches global FrankerFaceZ emotes.

version(TwitchSupport && WithTwitchPlugin)
package
void
getFFZEmotesGlobal
(,
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 getFFZEmotes.

caller string

Name of the calling function.

See Also