C# Class GW2PAO.API.Data.WvWObjectivesTable

The WvW Objectives Table containing all information about the various objectives in WvW
Afficher le fichier Open project: SamHurne/gw2pao Class Usage Examples

Méthodes publiques

Свойство Type Description
FileName string

Méthodes publiques

Méthode Description
CreateTable ( ) : void

Loads the WvW objectives table file

LoadTable ( ) : WvWObjectivesTable

Loads the WvW objectives table file

WvWObjectivesTable ( ) : System

Default constructor

Method Details

CreateTable() public static méthode

Loads the WvW objectives table file
public static CreateTable ( ) : void
Résultat void

LoadTable() public static méthode

Loads the WvW objectives table file
public static LoadTable ( ) : WvWObjectivesTable
Résultat WvWObjectivesTable

WvWObjectivesTable() public méthode

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

Property Details

FileName public_oe static_oe property

File name for the table
public static string FileName
Résultat string