Click or drag to resize

SlotCanReceive Method

Decides whether this slot can receive a particular item. To be overriden in child classes.

Namespace:  Kit.UI
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public virtual bool CanReceive(
	Item item
)
Request Example View Source

Parameters

item
Type: Kit.UIItem

Return Value

Type: Boolean
See Also