C# Class Server.Items.FillableEntry

Afficher le fichier Open project: Grimoric/RunUO.T2A Class Usage Examples

Protected Properties

Свойство Type Description
m_Types System.Type[]
m_Weight int

Méthodes publiques

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

public Construct ( ) : Item
Résultat Item

FillableEntry() public méthode

public FillableEntry ( Type type ) : System
type System.Type
Résultat System

FillableEntry() public méthode

public FillableEntry ( int weight, Type type ) : System
weight int
type System.Type
Résultat System

FillableEntry() public méthode

public FillableEntry ( int weight, Type types, int offset, int count ) : System
weight int
types System.Type
offset int
count int
Résultat System

Property Details

m_Types protected_oe property

protected Type[],System m_Types
Résultat System.Type[]

m_Weight protected_oe property

protected int m_Weight
Résultat int