Custom

Trigger for a Custom Event
Custom Trigger Dialog
Custom Trigger Dialog

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

public void TriggerEvent(string eventName, bool useArgs = true)
Read more in API > C# > Methods > Core > Triggers > Trigger Event