Skip to main content
Version: 13.x (API 13) [Current]

Enum MentorVersion

Specifies the mentor certification version for a player.

Assembly: Dalamud.dll
View Source
Declaration
public enum MentorVersion : byte

Fields

None

Indicates that the player has never held mentor status in any expansion.

View Source
Declaration
None = 0

Shadowbringers

Indicates that the player was last a mentor during the Shadowbringers expansion.

View Source
Declaration
Shadowbringers = 1

Endwalker

Indicates that the player was last a mentor during the Endwalker expansion.

View Source
Declaration
Endwalker = 2

Dawntrail

Indicates that the player was last a mentor during the Dawntrail expansion.

View Source
Declaration
Dawntrail = 3

Extension Methods