C# Class SkyrimCharacterParser.RawModel.Containers.GlobalData

Inheritance: DataContainer
Show file 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 property

public byte[] data
return byte[]

length public property

public UInt32,System length
return System.UInt32

type public property

public UInt32,System type
return System.UInt32