Class "ItemConfigItem"⚓︎
Functions⚓︎
GetCustomCacheTags ()⚓︎
table GetCustomCacheTags ( )⚓︎
Returns a table containing all the strings specified in the item's customcache
attribute in items.xml. Tags are always provided in all lowercase. See items.xml for more information on customcache
.
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
.
HasCustomCacheTag ()⚓︎
boolean HasCustomCacheTag ( string tag )⚓︎
Returns true if the items has the provided string specified in its customcache
attribute in items.xml. Capitalization does not matter. See items.xml for more information on customcache
.
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
.