This wiki is archived and useful information is being migrated to the main bzflag.org website

bz_groupAllowPerm

From BZFlagWiki
Jump to: navigation, search

bool bz_groupAllowPerm (const char* group, const char* perm)


Minimum API Version: 2.0.x or later
Grants the group a certain permission.

Parameters:
group  -  Group to look up.
perm  -  Permission to grant.
Returns:
Whether the group provided exists.