SetAdmGroupAddFlag Function

Adds or removes a flag from a group's flag set.

void SetAdmGroupAddFlag(GroupId id, AdminFlag flag, bool enabled)

Parameters

GroupId id

Group id.

AdminFlag flag

Admin flag to toggle.

bool enabled

True to set the flag, false to unset/disable.

Notes

These are called "add flags" because they add to a user's flags.