C# Class UIEquipmentSlot, Pharos

Inheritance: UIItemSlot
Afficher le fichier Open project: rstaewen/Pharos Class Usage Examples

Méthodes publiques

Свойство Type Description
equipment InvEquipment,
slot InvBaseItem.Slot

Méthodes protégées

Méthode Description
Replace ( InvGameItem, item ) : InvGameItem,

Replace the observed item with the specified value. Should return the item that was replaced.

ReplaceExisting ( InvGameItem, item ) : InvGameItem,

Method Details

Replace() protected méthode

Replace the observed item with the specified value. Should return the item that was replaced.
protected Replace ( InvGameItem, item ) : InvGameItem,
item InvGameItem,
Résultat InvGameItem,

ReplaceExisting() protected méthode

protected ReplaceExisting ( InvGameItem, item ) : InvGameItem,
item InvGameItem,
Résultat InvGameItem,

Property Details

equipment public_oe property

public InvEquipment, equipment
Résultat InvEquipment,

slot public_oe property

public InvBaseItem.Slot slot
Résultat InvBaseItem.Slot