Vixen
c7401864
csharp
public enum GroupRefusal

Why a group operation was refused.

Read the guide page for this →

Fields and properties (11)

  • None

    It was not.

  • Full

    The group is at capacity.

  • AlreadyIn

    They are already in it.

  • NotIn

    They are not in it.

  • NotLeader

    Only the leader may do that, and this is not the leader.

  • NoInvite

    There is no invite for them.

  • InviteExpired

    There was, and it has expired.

  • BadSubgroup

    That subgroup is at capacity, or there is no such subgroup.

  • UnknownRole

    This group's policy has no such role.

  • Blocked

    One of them has blocked the other.

  • Forbidden

    The policy does not allow it at all.

Used by (2)

  • GroupTestsVixen.Gameplay.Social.Tests
  • PlayerGroupVixen.Gameplay.Social