C# 클래스 GW2PAO.API.Data.WvWObjectivesTable

The WvW Objectives Table containing all information about the various objectives in WvW
파일 보기 프로젝트 열기: SamHurne/gw2pao 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
FileName string

공개 메소드들

메소드 설명
CreateTable ( ) : void

Loads the WvW objectives table file

LoadTable ( ) : WvWObjectivesTable

Loads the WvW objectives table file

WvWObjectivesTable ( ) : System

Default constructor

메소드 상세

CreateTable() 공개 정적인 메소드

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

LoadTable() 공개 정적인 메소드

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

WvWObjectivesTable() 공개 메소드

Default constructor
public WvWObjectivesTable ( ) : System
리턴 System

프로퍼티 상세

FileName 공개적으로 정적으로 프로퍼티

File name for the table
public static string FileName
리턴 string