Skip to content

Execute Method

Nathan edited this page May 5, 2021 · 1 revision

Execute C# Method

Using this sub-action, you can call into an existing execute code, and call another method. If you have the Execute C# Code setup for Keep Alive and Precompile on Startup you can use private variables within the class to preserver data between calls.

The methods must be in the form of, a return type of bool with no parameters:

public bool MethodName()
{
    // your code here
}

The capabilities of this sub-action maybe extended later.

Clone this wiki locally