C# Class SkyrimCharacterParser.RawModel.Containers.GlobalData

Inheritance: DataContainer
Datei anzeigen Open project: kewl-deus/SkyrimCharacterParser Class Usage Examples

Public Properties

Property Type Description
data byte[]
length System.UInt32
type System.UInt32

Public Methods

Method Description
Print ( ) : void

Method Details

Print() public method

public Print ( ) : void
return void

Property Details

data public_oe property

public byte[] data
return byte[]

length public_oe property

public UInt32,System length
return System.UInt32

type public_oe property

public UInt32,System type
return System.UInt32