Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
m (Rename external links section)
Tag: WoW API docs
KethoBot (talk | contribs)
m (Remove multi elinks)
Tag: WoW API docs
Line 15: Line 15:
 
== Patch changes ==
 
== Patch changes ==
 
* {{Patch 8.0.1|note=Added.}}
 
* {{Patch 8.0.1|note=Added.}}
 
==Sources==
 
{{#invoke:ElinksApiMulti|main|t=a|namespace=C_Item|system=Item|C_Item.IsItemDataCached|C_Item.IsItemDataCachedByID}}
 

Revision as of 08:33, 6 September 2021

Needs summary.

isCached = C_Item.IsItemDataCached(itemLocation)
         = C_Item.IsItemDataCachedByID(itemInfo)

Arguments

IsItemDataCached

itemLocation
ItemLocationMixin

IsItemDataCachedByID

itemInfo
string : ItemLink or ID

Returns

isCached
boolean

Patch changes