ActionGroup.getAction

Looks up an action in the action group by name.

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

Meta