$hasDirectGroupAccess

Examines if the accesses of the given access flags are granted for the named group on the current branch.
Syntax
    $hasDirectGroupAccess{group_name}{access_value_1}{access_value_2} ... {access_value_n}
DocumentationExamines if the accesses of the given access flags are granted for the named group on the current branch:

    Parameters:
      group_name, the name of the group whos accesses are to be examined ont he current branch.
      access_value_1 through access_value_n, the access flags to examine if granted for the named group on the current branch.
    Returns:
      1 if and only if all given accesses are granted for the named group on the current branch; 0 otherwise.
Examples
GroupSecurity
Minimum required transaction-mode:READ
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters2
Maximum parameters <unlimited>