C# Class GW2PAO.API.Data.WorldBossEventTimeTable

The Megaserver event time table
Show file Open project: SamHurne/gw2pao Class Usage Examples

Public Properties

Property Type Description
AdjustedFilename string
StandardFilename string

Public Methods

Method 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 method

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

LoadTable() public static method

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

WorldBossEventTimeTable() public method

Default constructor
public WorldBossEventTimeTable ( ) : System
return System

Property Details

AdjustedFilename public static property

File name for the adjusted time table
public static string AdjustedFilename
return string

StandardFilename public static property

File name for the standard time table
public static string StandardFilename
return string