C# 클래스 HyoutaTools.Tales.Vesperia.TownMap.TownMapTable

파일 보기 프로젝트 열기: AdmiralCurtiss/HyoutaTools

공개 프로퍼티들

프로퍼티 타입 설명
Filepath string
InfoAmount int
LocationInfoTable int
LocationOffsetTableENG int
LocationOffsetTableJPN int
LocationTileTableENG int
LocationTileTableJPN int
PointerOffset int
TownMapInfos HyoutaTools.Tales.Vesperia.TownMap.TownMapInfo[]

공개 메소드들

메소드 설명
TownMapTable ( byte File ) : System
TownMapTable ( string Filepath ) : System

비공개 메소드들

메소드 설명
Initialize ( byte File ) : void

메소드 상세

TownMapTable() 공개 메소드

public TownMapTable ( byte File ) : System
File byte
리턴 System

TownMapTable() 공개 메소드

public TownMapTable ( string Filepath ) : System
Filepath string
리턴 System

프로퍼티 상세

Filepath 공개적으로 프로퍼티

public string Filepath
리턴 string

InfoAmount 공개적으로 프로퍼티

public int InfoAmount
리턴 int

LocationInfoTable 공개적으로 프로퍼티

public int LocationInfoTable
리턴 int

LocationOffsetTableENG 공개적으로 프로퍼티

public int LocationOffsetTableENG
리턴 int

LocationOffsetTableJPN 공개적으로 프로퍼티

public int LocationOffsetTableJPN
리턴 int

LocationTileTableENG 공개적으로 프로퍼티

public int LocationTileTableENG
리턴 int

LocationTileTableJPN 공개적으로 프로퍼티

public int LocationTileTableJPN
리턴 int

PointerOffset 공개적으로 프로퍼티

public int PointerOffset
리턴 int

TownMapInfos 공개적으로 프로퍼티

public TownMapInfo[],HyoutaTools.Tales.Vesperia.TownMap TownMapInfos
리턴 HyoutaTools.Tales.Vesperia.TownMap.TownMapInfo[]