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 YoshBot moved page ProtoFlux:Twitch Raid Event to ProtoFlux:TwitchRaidEvent: Automated: removing spaces from ProtoFlux namespace |
||
(One intermediate revision by one other user not shown) | |||
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:38, 21 August 2025
Twitch Raid Event
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.