ProtoFlux:Twitch Follow Event

From Resonite Wiki
Revision as of 13:37, 31 March 2024 by Decoy (talk | contribs) (Created page with "{{#Invoke:ProtoFlux|GenerateUI |Name=Twitch Follow Event |Category=Twitch |Inputs= [ ] |Outputs= [ {"Name": "OnFollow", "Type": "Call"}, {"Name": "UserId", "Type": "String"}, {"Name": "DisplayName", "Type": "String"} ] |Globals= [ {"Name": "Interface", "Type": "TwitchInterface"} ] |}} This node provides Twitch follow event information from a TwitchInterface. Note that all outputs are generated on a new Twitch follow, and will not displa...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Twitch Follow Event
OnFollow
UserId
DisplayName
Interface
null
Twitch

This node provides Twitch follow event information from a TwitchInterface.

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

Outputs

OnFollow (Call)

Fires on receiving a new Twitch channel follow.

UserId (String)

Outputs the Twitch Channel ID of the follower.

DisplayName (String)

Outputs the Twitch username of the follower.