![]() |
Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
Returns the name of the item type.
name = GetItemClassInfo(classID)
Arguments[]
- classID
- number - ID of the ItemType
Returns[]
- name
- string - Name of the item type
Example[]
for i = 0, Enum.ItemClassMeta.NumValues-1 do print(i, GetItemClassInfo(i)) end
> 0, Consumable > 1, Container > 2, Weapon > ...
Patch changes[]
Patch 7.0.3 (2016-07-19): Added.
