ActionGroup.getAction

Looks up an action in the action group by name. Since 2.4

class ActionGroup
getAction
(
string actionName
)

Parameters

actionName string

the name of the action

Return Value

Type: Action

the action, or NULL if no action by that name exists. [transfer none]

Meta