Struct GuildRankEntry
One rank on a guild's ladder, on the wire.
public struct GuildRankEntry
- Inherited Members
Remarks
Permissions travels as a plain long rather than as the
GuildPermissions enum so the serializer has nothing to infer about enum
widths, and so a client built against an older flag set reads an unknown bit as a bit it
does not render rather than failing to read the message at all.
Fields
Name
Display name.
public string Name
Field Value
Permissions
Permission bit mask.
public long Permissions
Field Value
RankOrder
Ordering position. Higher is more senior.
public byte RankOrder