C# Class GW2PAO.API.Data.WvWObjectivesTable

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

Public Properties

Property Type Description
FileName string

Public Methods

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

Loads the WvW objectives table file
public static CreateTable ( ) : void
return void

LoadTable() public static method

Loads the WvW objectives table file
public static LoadTable ( ) : WvWObjectivesTable
return WvWObjectivesTable

WvWObjectivesTable() public method

Default constructor
public WvWObjectivesTable ( ) : System
return System

Property Details

FileName public static property

File name for the table
public static string FileName
return string