C# Class UIEquipmentSlot, Pharos

Inheritance: UIItemSlot
ファイルを表示 Open project: rstaewen/Pharos Class Usage Examples

Public Properties

Property Type Description
equipment InvEquipment,
slot InvBaseItem.Slot

Protected Methods

Method 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 method

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

ReplaceExisting() protected method

protected ReplaceExisting ( InvGameItem, item ) : InvGameItem,
item InvGameItem,
return InvGameItem,

Property Details

equipment public_oe property

public InvEquipment, equipment
return InvEquipment,

slot public_oe property

public InvBaseItem.Slot slot
return InvBaseItem.Slot