C# Class FFACETools.FFACE.ParseResources.itemHeaderFormat

Inheritance: Object
Show file Open project: golfandsurf/Campah

Public Properties

Property Type Description
Flags System.UInt16
HeaderSize System.UInt16
ID System.UInt32
ResourceID System.UInt16
StackSize System.UInt16
Type UInt16
ValidTargets UInt16

Public Methods

Method Description
itemHeaderFormat ( BinaryReader br ) : System

Method Details

itemHeaderFormat() public method

public itemHeaderFormat ( BinaryReader br ) : System
br BinaryReader
return System

Property Details

Flags public property

public UInt16,System Flags
return System.UInt16

HeaderSize public property

public UInt16,System HeaderSize
return System.UInt16

ID public property

public UInt32,System ID
return System.UInt32

ResourceID public property

public UInt16,System ResourceID
return System.UInt16

StackSize public property

public UInt16,System StackSize
return System.UInt16

Type public property

public UInt16 Type
return UInt16

ValidTargets public property

public UInt16 ValidTargets
return UInt16