Click or drag to resize

BagSlotUseItem Method (GameObject)

Attempts to use the item

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

Parameters

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

Return Value

Type: Boolean
See Also