Skip to content

Class "ItemConfigItem"⚓︎

Functions⚓︎

GetCustomTags ()⚓︎

table GetCustomTags ( )⚓︎

Returns a table containing all the strings specified in the item's customtags attribute in items.xml. Tags are always provided in all lowercase. See items.xml for more information on customtags.


HasCustomTag ()⚓︎

boolean HasCustomTag ( string tag )⚓︎

Returns true if the items has the provided string specified in its customtags attribute in items.xml. Capitalization does not matter. See items.xml for more information on customtags.