Method | Description | |
---|---|---|
ConsumeItem ( AttachedItem, attachedItem ) : void | ||
DropItem ( AttachedItem, attachedItem ) : void | ||
EquipItem ( AttachedItem, attachedItem ) : void | ||
ItemLeftClick ( AttachedItem, attachedItem ) : void | ||
ItemRightClick ( AttachedItem, attachedItem ) : void | ||
PickUpItem ( AttachedItem, attachedItem ) : void | ||
SplitItem ( AttachedItem, attachedItem ) : void | ||
UnequipItem ( AttachedItem, attachedItem ) : void |
public static ConsumeItem ( AttachedItem, attachedItem ) : void | ||
attachedItem | AttachedItem, | |
return | void |
public static DropItem ( AttachedItem, attachedItem ) : void | ||
attachedItem | AttachedItem, | |
return | void |
public static EquipItem ( AttachedItem, attachedItem ) : void | ||
attachedItem | AttachedItem, | |
return | void |
public static ItemLeftClick ( AttachedItem, attachedItem ) : void | ||
attachedItem | AttachedItem, | |
return | void |
public static ItemRightClick ( AttachedItem, attachedItem ) : void | ||
attachedItem | AttachedItem, | |
return | void |
public static PickUpItem ( AttachedItem, attachedItem ) : void | ||
attachedItem | AttachedItem, | |
return | void |
public static SplitItem ( AttachedItem, attachedItem ) : void | ||
attachedItem | AttachedItem, | |
return | void |
public static UnequipItem ( AttachedItem, attachedItem ) : void | ||
attachedItem | AttachedItem, | |
return | void |