[ 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.
Use lookup_action
If no such action exists, returns null.
| this | |
| action_name | 
                 the name of an action  | 
            
| 
                 a Action, or null  |