bz_groupAllowPerm()
Available since 2.4.0
Grant a permission to a loaded user group.
Usage
bool bz_groupAllowPerm(const char* group, const char* perm)
Parameters | ||
---|---|---|
const char* |
group
|
The group to grant the permission to |
const char* |
perm
|
The permission to grant |
Returns
bool - Returns true if the group was given the perm successfully or already had the permission.
Other Group Management Functions
This content is maintained on GitHub. We welcome any feedback and improvements!