
Preview
Details
This event can only be triggered with the CPH.TriggerEvent
C# Method.
Variables
Variables are dependent on the custom event.
Parameters
Event Name
string
Input the event name of the custom event
- Leaving this blank is considered a catch-all and will trigger on any custom event
C# Usage
Trigger custom events that are defined with the Custom Event Trigger
0.2.0
public void TriggerEvent(string eventName, bool useArgs = true)