C# Class GW2PAO.API.Data.WorldBossEventTimeTable

The Megaserver event time table
Afficher le fichier Open project: SamHurne/gw2pao Class Usage Examples

Méthodes publiques

Свойство Type Description
AdjustedFilename string
StandardFilename string

Méthodes publiques

Méthode Description
CreateTable ( bool adjustedTimes ) : void

Creates the world events time table file

LoadTable ( bool adjustedTimes ) : WorldBossEventTimeTable

Loads the world events time table file

WorldBossEventTimeTable ( ) : System

Default constructor

Method Details

CreateTable() public static méthode

Creates the world events time table file
public static CreateTable ( bool adjustedTimes ) : void
adjustedTimes bool
Résultat void

LoadTable() public static méthode

Loads the world events time table file
public static LoadTable ( bool adjustedTimes ) : WorldBossEventTimeTable
adjustedTimes bool
Résultat WorldBossEventTimeTable

WorldBossEventTimeTable() public méthode

Default constructor
public WorldBossEventTimeTable ( ) : System
Résultat System

Property Details

AdjustedFilename public_oe static_oe property

File name for the adjusted time table
public static string AdjustedFilename
Résultat string

StandardFilename public_oe static_oe property

File name for the standard time table
public static string StandardFilename
Résultat string