C# 클래스 Server.Items.FillableEntry

파일 보기 프로젝트 열기: Grimoric/RunUO.T2A 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_Types System.Type[]
m_Weight int

공개 메소드들

메소드 설명
Construct ( ) : Item
FillableEntry ( Type type ) : System
FillableEntry ( int weight, Type type ) : System
FillableEntry ( int weight, Type types, int offset, int count ) : System

메소드 상세

Construct() 공개 메소드

public Construct ( ) : Item
리턴 Item

FillableEntry() 공개 메소드

public FillableEntry ( Type type ) : System
type System.Type
리턴 System

FillableEntry() 공개 메소드

public FillableEntry ( int weight, Type type ) : System
weight int
type System.Type
리턴 System

FillableEntry() 공개 메소드

public FillableEntry ( int weight, Type types, int offset, int count ) : System
weight int
types System.Type
offset int
count int
리턴 System

프로퍼티 상세

m_Types 보호되어 있는 프로퍼티

protected Type[],System m_Types
리턴 System.Type[]

m_Weight 보호되어 있는 프로퍼티

protected int m_Weight
리턴 int