Click or drag to resize

DataManagerGetItem Method (UInt32, Boolean)

Get item object based on id

Namespace:  ff14bot.Managers
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static Item GetItem(
	uint itemId,
	bool highQuality = false
)

Parameters

itemId
Type: SystemUInt32
highQuality (Optional)
Type: SystemBoolean
True if the item is high quality

Return Value

Type: Item
null if could not be found
See Also