C# Class ME3Explorer.TalkFile.TLKHeader

Exibir arquivo Open project: ME3Explorer/ME3Explorer Class Usage Examples

Public Properties

Property Type Description
FemaleEntryCount int
MaleEntryCount int
dataLen int
magic int
min_ver int
treeNodeCount int
ver int

Public Methods

Method Description
TLKHeader ( BinaryReader r ) : System

Method Details

TLKHeader() public method

public TLKHeader ( BinaryReader r ) : System
r System.IO.BinaryReader
return System

Property Details

FemaleEntryCount public_oe property

public int FemaleEntryCount
return int

MaleEntryCount public_oe property

public int MaleEntryCount
return int

dataLen public_oe property

public int dataLen
return int

magic public_oe property

public int magic
return int

min_ver public_oe property

public int min_ver
return int

treeNodeCount public_oe property

public int treeNodeCount
return int

ver public_oe property

public int ver
return int