ProtoFlux:Twitch Raid Event: Difference between revisions

From Resonite Wiki
Created page with "{{#Invoke:ProtoFlux|GenerateUI |Name=Twitch Raid Event |Category=Twitch |Inputs= [ ] |Outputs= [ {"Name": "OnRaid", "Type": "Call"}, {"Name": "UserId", "Type": "String"}, {"Name": "DisplayName", "Type": "String"}, {"Name": "Color", "Type": "color"}, {"Name": "ViewerCount", "Type": "int"}, {"Name": "IsSubscriber", "Type": "bool"} ] |Globals= [ {"Name": "Interface", "Type": "TwitchInterface"} ] |}} This node provides Twitch raid information from a Component:TwitchInterf..."
 
m Added category: Twitch
 
Line 49: Line 49:


Shows if the raider is subscribed to the Twitch channel.
Shows if the raider is subscribed to the Twitch channel.
[[Category:ProtoFlux:Network:Twitch]]

Latest revision as of 00:23, 1 April 2024

Twitch Raid Event
OnRaid
UserId
DisplayName
Color
ViewerCount
IsSubscriber
Interface
null
Twitch

This node provides Twitch raid information from a TwitchInterface.

Note that all outputs are generated on a new Twitch raid event, and will not display any information when connected to a display node.

Outputs

OnRaid (Call)

Fires on receiving a new Twitch raid.

UserId (String)

Outputs the Twitch Channel ID of the raider.

DisplayName (String)

Outputs the Twitch username of the raider.

Color (Color)

Outputs the Twitch chat color of the raider.

ViewerCount (Int)

Shows the amount of viewers who are raiding with the raider.

IsSubscriber (Bool)

Shows if the raider is subscribed to the Twitch channel.