Event Actions allow customisation of how Events are used within the flight sim so that the response in the aircraft is as expected.
There is normally no need to apply an Event Action, however its usually mandatory for PMDG aircraft if using their Aircraft Events.
Actions Suitable For All Aircraft
_NOTHING: Apply no Action.
CUSTOM: To send optional data values along with an Event. The optional data value should be entered in the Custom Value field.
REPEAT: Repeat the Event until the Component state changes.
STATE_TO_BESPOKE_VAR: When the Event occurs, place the Components state value into the Bespoke Var using Custom Value as the Bespoke Var index, e.g. a Custom Value of 99 would place the Components state value into Bespoke Var 99.
PMDG Aircraft Specific Actions
MOUSE_LEFT: Emulates the left mouse buttons being clicked.
MOUSE_RIGHT: Emulates the right mouse buttons being. clicked
MOUSE_LEFTX2: Emulates the left mouse button being clicked twice.
MOUSE_RIGHTX2: Emulates the right mouse button being clicked twice.
SELECTOR: Sends the Event using the current Components state as the optional data value. E.g. a switch toggles to its on state, so the Event will be sent with a value of 1.