AdminId.InheritGroup Method

Adds a group to an admin's inherited group list. Any flags the group has will be added to the admin's effective flags.

bool InheritGroup(GroupId gid)

Parameters

GroupId gid

GroupId index of the group.

Return Value

True on success, false on invalid input or duplicate membership.