C# Class HyoutaTools.Tales.Vesperia.TownMap.TownMapTable

Show file Open project: AdmiralCurtiss/HyoutaTools

Public Properties

Property Type Description
Filepath string
InfoAmount int
LocationInfoTable int
LocationOffsetTableENG int
LocationOffsetTableJPN int
LocationTileTableENG int
LocationTileTableJPN int
PointerOffset int
TownMapInfos HyoutaTools.Tales.Vesperia.TownMap.TownMapInfo[]

Public Methods

Method Description
TownMapTable ( byte File ) : System
TownMapTable ( string Filepath ) : System

Private Methods

Method Description
Initialize ( byte File ) : void

Method Details

TownMapTable() public method

public TownMapTable ( byte File ) : System
File byte
return System

TownMapTable() public method

public TownMapTable ( string Filepath ) : System
Filepath string
return System

Property Details

Filepath public property

public string Filepath
return string

InfoAmount public property

public int InfoAmount
return int

LocationInfoTable public property

public int LocationInfoTable
return int

LocationOffsetTableENG public property

public int LocationOffsetTableENG
return int

LocationOffsetTableJPN public property

public int LocationOffsetTableJPN
return int

LocationTileTableENG public property

public int LocationTileTableENG
return int

LocationTileTableJPN public property

public int LocationTileTableJPN
return int

PointerOffset public property

public int PointerOffset
return int

TownMapInfos public property

public TownMapInfo[],HyoutaTools.Tales.Vesperia.TownMap TownMapInfos
return HyoutaTools.Tales.Vesperia.TownMap.TownMapInfo[]