Difference between revisions of "Twitch Follow Event"

From Neos Wiki
Jump to navigation Jump to search
m
m
 
Line 3: Line 3:
 
This module contains 1 Input node and 3 Output nodes <br>
 
This module contains 1 Input node and 3 Output nodes <br>
  
The data triggered by the On Follow event only last 1 tick. it is recommended that you use the data right away and try to avoid writing to a variable.  
+
The data triggered by the On Follow event only last 1 tick. it is recommended that you use the data right away and try to avoid writing to a variable. <br>
  
 
<U><B>Input Nodes</B></U><br>
 
<U><B>Input Nodes</B></U><br>

Latest revision as of 09:21, 19 January 2020

Image: 250 pixels

This module contains 1 Input node and 3 Output nodes

The data triggered by the On Follow event only last 1 tick. it is recommended that you use the data right away and try to avoid writing to a variable.

Input Nodes
1. Twitch Interface

Output Nodes
1. On Follow(Driver)
2. UserID (String)
3. Display Name (String)

The UserID is the unique ID twitch gives to each user.
The Display Name is the the followers Twitch name


(back) Twitch Follow Event