C# Class SkyrimCharacterParser.RawModel.GlobalDataTypes.MiscStats

Inheritance: GlobalDataType
Exibir arquivo Open project: kewl-deus/SkyrimCharacterParser Class Usage Examples

Public Properties

Property Type Description
count System.UInt32
stats SkyrimCharacterParser.RawModel.GlobalDataTypes.MiscStat[]

Public Methods

Method Description
Print ( ) : void

Method Details

Print() public method

public Print ( ) : void
return void

Property Details

count public_oe property

public UInt32,System count
return System.UInt32

stats public_oe property

public MiscStat[],SkyrimCharacterParser.RawModel.GlobalDataTypes stats
return SkyrimCharacterParser.RawModel.GlobalDataTypes.MiscStat[]