Click or drag to resize

BagSlotCanUse Method

Checks if we can use the provided item.

Namespace:  ff14bot.Managers
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public bool CanUse(
	GameObject target = null
)

Parameters

target (Optional)
Type: ff14bot.ObjectsGameObject
Gameobject to check. If null then we follow the games default item logic.

Return Value

Type: Boolean
See Also