lookup


Description:

[ Deprecated ( since = "2.38" ) ]
public weak Action lookup (string action_name)

Warning: lookup is deprecated.

Looks up the action with the name action_name in the group.

Note:

If no such action exists, returns null.

Parameters:

this

a SimpleActionGroup

action_name

the name of an action

Returns:

a Action, or null