Class CustomEventOption

Class Documentation

class CustomEventOption

Reserved.

Public Functions

CustomEventOption()

Public Members

EventOption option

The options of the event.

char initialState

If this value is set to 1, the event will be considered to have triggered already when it is defined enabled, or when it is enabled with the EnableEvent function. The only effect this has is that the event will not trigger when the event condition is already satisfied when the event is enabled. The event condition must first become FALSE, and then become TRUE again before the event will trigger. If this value is set to 0, the event will immediately trigger if the event condition is already satisfied when the event is enabled.