C# Class HyoutaTools.Tales.Vesperia.ItemDat.ItemDatSingle

Show file Open project: AdmiralCurtiss/HyoutaTools Class Usage Examples

Public Properties

Property Type Description
Data System.UInt32[]
DescriptionPointer System.UInt32
ItemString string
NamePointer System.UInt32
size int

Public Methods

Method Description
ItemDatSingle ( int offset, byte file ) : System
ToString ( ) : string

Method Details

ItemDatSingle() public method

public ItemDatSingle ( int offset, byte file ) : System
offset int
file byte
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

Data public property

public UInt32[],System Data
return System.UInt32[]

DescriptionPointer public property

public UInt32,System DescriptionPointer
return System.UInt32

ItemString public property

public string ItemString
return string

NamePointer public property

public UInt32,System NamePointer
return System.UInt32

size public static property

public static int size
return int