Beta Documentation - Subject to change.

Gets information about the item.

Syntax

Lua
function Item:GetItemInfo();

Returns

Type: ItemInfo
Information about the item.

Remarks

Gets information about the item. This information can be used to get things like the item name and description.

See Also