-
Notifications
You must be signed in to change notification settings - Fork 21
Messages
AnkhHeart edited this page Feb 24, 2018
·
1 revision
void SendStreamMessage(string message)
Parent.SendStreamMessage("This is my message!")
void SendStreamWhisper(string target, string message)
Parent.SendStreamWhisper("ankhheart","This is my whisper!")
void SendDiscordMessage(string message)
Parent.SendDiscordMessage("This will appear on Discord")
void SendDiscordDM(string target, string message)
Parent.SendDiscordDM("ankhheart","You will receive this message!")
void BroadcastWsEvent(string eventName, string jsonData)
Parent.BroadcastWsEvent("EVENT_SHOW_COUNTER","{'show':false}")