mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-25 02:35:57 -05:00
Created Macro properties (markdown)
11
Macro-properties.md
Normal file
11
Macro-properties.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# Description
|
||||
|
||||
Macro properties are temporary values available in the context of a [macro](Macros#what-are-macros) depending on what types of conditions and actions are being used.
|
||||
You can assign those values to [variables](https://github.com/WarmUpTill/SceneSwitcher/wiki/Variables) to use them other macros or occasionally directly use them in other action types.
|
||||
|
||||
# Examples
|
||||
|
||||
* This example macro will change the text being displayed by a text source to the file name of the file currently being displayed by a image slide show source.
|
||||

|
||||
* This example will store follower id of a new Twitch follower in a variable and use this information to query the profile picture URL of the follower, which is then stored in a variable.
|
||||

|
||||
Reference in New Issue
Block a user