Enumeration

LfbEventState

since: 0.0

Declaration

enum Lfb.EventState

Description [src]

Enum values to indicate the current state of the feedbacks triggered by an event.

Available since: 0.0

Members

LFB_EVENT_STATE_ERRORED

An error occurred triggering feedbacks.

  • Value: -1
  • Nickname: errored
  • Available since: 0.0
LFB_EVENT_STATE_NONE

No state information yet.

  • Value: 0
  • Nickname: none
  • Available since: 0.0
LFB_EVENT_STATE_RUNNING

The feedbacks for this event are currently running.

  • Value: 1
  • Nickname: running
  • Available since: 0.0
LFB_EVENT_STATE_ENDED

All feedbacks for this event ended.

  • Value: 2
  • Nickname: ended
  • Available since: 0.0