C# 클래스 AlbLib.Items.ItemState

파일 보기 프로젝트 열기: IllidanS4/AlbLib 1 사용 예제들

공개 메소드들

메소드 설명
GetItemState ( short type ) : ItemState

Find specified item state for type.

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

비공개 메소드들

메소드 설명
LoadItemStates ( ) : void

메소드 상세

GetItemState() 공개 정적인 메소드

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

ItemState() 공개 메소드

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

ItemState() 공개 메소드

public ItemState ( Stream stream, short type ) : System
stream Stream
type short
리턴 System