Struct CrossRealmGroup
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: FFXIVClientStructs.FFXIV.Client.UI.Info
Assembly: FFXIVClientStructs.dll
Syntax
public struct CrossRealmGroup
Fields
| Improve this Doc View SourceGroupMemberCount
Declaration
public byte GroupMemberCount
Field Value
| Type | Description |
|---|---|
| System.Byte |
GroupMembers
Declaration
public byte *GroupMembers
Field Value
| Type | Description |
|---|---|
| System.Byte* |
Properties
| Improve this Doc View SourceGroupMemberSpan
Declaration
public readonly ReadOnlySpan<CrossRealmMember> GroupMemberSpan { get; }
Property Value
| Type | Description |
|---|---|
| System.ReadOnlySpan<CrossRealmMember> |