csharp
public sealed class GroupPolicyA group policy with its names resolved.
Fields and properties (10)
public static GroupPolicy DefaultThe one a group gets when nothing was authored: a party of five.
public GroupPolicyDefinition DefinitionWhat it was compiled from.
public DefId IdIts id.
public GroupKind KindWhat kind of group it describes.
public GameplayTag TagWhat being in one is.
public int MaximumMembersHow many fit, never below one.
public int SubgroupSizeHow many fit in one subgroup, or zero.
public int SubgroupsHow many subgroups there are. One for a group with none.
public float InviteSecondsHow long an invite stands.
public ReadOnlySpan<GameplayTag> RolesThe roles a member may take.
Methods (1)
public bool AllowsRole(GameplayTag role)Whether a tag is one of this group's roles.
Used by (3)
- GroupTestsVixen.Gameplay.Social.Tests
- PlayerGroupVixen.Gameplay.Social
- SocialLibraryVixen.Gameplay.Social