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

Interface IDalamudVersionInfo

Interface exposing various information related to Dalamud versioning.

Assembly: Dalamud.dll
View Source
Declaration
public interface IDalamudVersionInfo

Properties

Version

Gets the Dalamud version.

View Source
Declaration
Version Version { get; }

BetaTrack

Gets the currently used beta track. Please don't tell users to switch branches. They have it bad enough, fix your things instead. Null if this build wasn't launched from XIVLauncher.

View Source
Declaration
string? BetaTrack { get; }