| Syntax |
|
| Documentation | Function $denyGroupAccess denies the specified accesses for the named group.
access_value_1 through access_value_n, the values of the accesses to be denied for the named group. Valid access values are:
- ACCESS_DELETE - ACCESS_READ - ACCESS_UPDATE - ACCESS_VISIBLE - ACCESS_DATABASE_CREATE - ACCESS_DATABASE_REMOVE - ACCESS_DATABASE_READ - ACCESS_DATABASE_UPDATE - ACCESS_ALL
the changes of the groups accesses do affect the users that are members. |
| Examples | |
Deny accesses for the group named 'quest_group':
|
|
| Group | Security |
| Minimum required transaction-mode: | UPDATE=SECURITY |
| Required scripting permission of the developer | PERMISSION_FL_ADMINISTRATIVE |
| Minimum parameters | 2 |
| Maximum parameters | <unlimited> |