ActionMapIF.lookupAction

Looks up the action with the name action_name in action_map. If no such action exists, returns NULL. Since 2.32

interface ActionMapIF
lookupAction
(
string actionName
)

Parameters

actionName string

the name of an action

Return Value

Type: ActionIF

a GAction, or NULL. [transfer none]

Meta