Table of Contents

Class TwitchChat.ChatClearedEvent

Namespace
Firesplash.UnityAssets.TwitchIntegration.Skeletons
Assembly
Firesplash.UnityAssets.TwitchIntegration.dll

This event fires when the chat is eighter completely cleared or a user is cleared out. First parameter is the channel, second is the user or null if it's a complete clear.

public class TwitchChat.ChatClearedEvent : UnityEvent<string, string>
Inheritance
UnityEventBase
UnityEvent<string, string>
TwitchChat.ChatClearedEvent
Inherited Members