User Global Variable Updated
Triggered when a user global variable has been updated
Preview
Parameters
Variable Name
Text
Enter the name of a specific user global variable
Leave empty to trigger on any user global variable.
Persistedrequired
Select
default:
Either
Either
- Trigger on both persisted and non-persisted variablesYes
- Trigger only on persisted variablesNo
- Trigger only on non-persisted variables
User Login
Text
Enter the username of a specific user
Leave empty to trigger on any username
Platform
Select
Any
- Trigger on variable updates for all platformsTrovo
- Only trigger on Trovo user variable updatesTwitch
- Only trigger on Twitch user variable updatesVStream
- Only trigger on VStream user variable updatesYouTube
- Only trigger on YouTube user variable updates
Variables
The following variables will be populated when this trigger executes:
Description | ||
---|---|---|
global.lastWrite | DateTime | The timestamp of the last write Example: 8/4/2023 10:56:06 AM |
global.name | string | The name of the global variable Example: myGlobalVariable |
global.newValue | string | The new value of the global variable Example: My new value |
global.oldValue | string | The previous value of the global variable Example: My old value |
global.persisted | bool | Is this global variable persisted? Example: true |
global.userId | string | The unique platform ID of the user Example: 123456789 |
global.userLogin | string | The username of the user Example: cooluser420 |
global.userName | string | The disply name of the user Example: CoolUser420 |
global.userType | string | The platform of the user: Example: twitch |