ActionGroupIF.getActionEnabled

Checks if the named action within @action_group is currently enabled.

An action must be enabled in order to be activated or in order to have its state changed from outside callers.

interface ActionGroupIF
bool
getActionEnabled
(
string actionName
)

Parameters

actionName string

the name of the action to query

Return Value

Type: bool

whether or not the action is currently enabled

Meta

Since

2.28