ActionGroupIF.hasAction

Checks if the named action exists within action_group. Since 2.28

interface ActionGroupIF
int
hasAction
(
string actionName
)

Parameters

actionName string

the name of the action to check for

Return Value

Type: int

whether the named action exists

Meta