$action.isEnabled Checks if an action is currently enabled. |
Usage |
<boolean> $action.isEnabled(<name:string>) |
Description |
Returns 1 if the action with the specified <name> is currently enabled and 0 otherwise. If the action does not exist the function returns 0. |