C# Class Server.Items.FillableEntry

Mostrar archivo Open project: Grimoric/RunUO.T2A Class Usage Examples

Protected Properties

Property Type Description
m_Types System.Type[]
m_Weight int

Public Methods

Method Description
Construct ( ) : Item
FillableEntry ( Type type ) : System
FillableEntry ( int weight, Type type ) : System
FillableEntry ( int weight, Type types, int offset, int count ) : System

Method Details

Construct() public method

public Construct ( ) : Item
return Item

FillableEntry() public method

public FillableEntry ( Type type ) : System
type System.Type
return System

FillableEntry() public method

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

FillableEntry() public method

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

Property Details

m_Types protected_oe property

protected Type[],System m_Types
return System.Type[]

m_Weight protected_oe property

protected int m_Weight
return int