C# Class AlbLib.Items.ItemState

Show file Open project: IllidanS4/AlbLib Class Usage Examples

Public Methods

Method Description
GetItemState ( short type ) : ItemState

Find specified item state for type.

ItemState ( BinaryReader reader, short type ) : System
ItemState ( Stream stream, short type ) : System

Private Methods

Method Description
LoadItemStates ( ) : void

Method Details

GetItemState() public static method

Find specified item state for type.
public static GetItemState ( short type ) : ItemState
type short /// Type ID. ///
return ItemState

ItemState() public method

public ItemState ( BinaryReader reader, short type ) : System
reader System.IO.BinaryReader
type short
return System

ItemState() public method

public ItemState ( Stream stream, short type ) : System
stream Stream
type short
return System