Choices of the armed_state parameter of the GetAction method that controls selection of the returned action object.
More...
Choices of the armed_state parameter of the GetAction method that controls selection of the returned action object.
◆ ANY_ARMED_STATE
final int ANY_ARMED_STATE = 0 |
|
static |
Select an action regardless of the settings of its ProcessArmed attribute.
◆ ARMED_ONLY_STATE
final int ARMED_ONLY_STATE = 1 |
|
static |
Select an action with ProcessArmed set to ARMED_ONLY.
◆ SKIP_ARMED_ONLY_STATE
final int SKIP_ARMED_ONLY_STATE = 3 |
|
static |
Select any action except ones with ProcessArmed set to ARMED_ONLY.
◆ SKIP_UNARMED_ONLY_STATE
final int SKIP_UNARMED_ONLY_STATE = 4 |
|
static |
Select any action except ones with ProcessArmed set to UNARMED_ONLY.
◆ UNARMED_ONLY_STATE
final int UNARMED_ONLY_STATE = 2 |
|
static |
Select an action with ProcessArmed set to UNARMED_ONLY.