
Using this sub-action you can directly call into methods defined in any existing Execute C# Code sub-actions in your Streamer.bot instance.
Select the Execute C# Code sub-action instance you would like to reference.
Name field in your Execute C# Code sub-action settings to display it here. Read more >Select the method to execute
Execute() method.false
Whether to run the method on the UI thread. This is useful if your method is spawning UI elements.
false
Whether to save the bool result of the method to a variable
false will simply stop execution of the entire action.
When Save Result to Variable is enabled, define the name of the resulting variable.