C# Class AlbLib.Items.ItemState

Afficher le fichier Open project: IllidanS4/AlbLib Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
LoadItemStates ( ) : void

Method Details

GetItemState() public static méthode

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

ItemState() public méthode

public ItemState ( BinaryReader reader, short type ) : System
reader System.IO.BinaryReader
type short
Résultat System

ItemState() public méthode

public ItemState ( Stream stream, short type ) : System
stream Stream
type short
Résultat System