Back to Home
ESO Function Data v100023
LayoutCollectible()
Function Aliases
- No known aliases for this function.
Global Function Definitions
- publicallingames/tooltip/collectionstooltips.lua:30 -- function ZO_Tooltip:LayoutCollectible(collectibleId, deprecatedCollectionName, collectibleName, collectibleNickname, isPurchasable, description, hint, isPlaceholder, categoryType, showVisualLayerInfo, cooldownSecondsRemaining, showBlockReason)
Local Function Definitions
- No known local definitions for this function.
Function Calls
- internalingame/market/largesinglemarketproduct_base.lua:97 -- GAMEPAD_TOOLTIPS:LayoutCollectible(tooltip, unpack(self.tooltipLayoutArgs))
- publicallingames/tooltip/collectionstooltips.lua:6 -- self:LayoutCollectible(collectibleData:GetId(), DEPRECATED_COLLECTION_NAME, collectibleData:GetName(), collectibleData:GetNickname(), collectibleData:IsPurchasable(), collectibleData:GetDescription(), collectibleData:GetHint(), collectibleData:IsPlaceholder(), collectibleData:GetCategoryType(), showVisualLayerInfo, cooldownSecondsRemaining, showBlockReason)
- publicallingames/tooltip/markettooltips.lua:33 -- self:LayoutCollectible(collectibleId, NO_CATEGORY_NAME, name, NO_NICKNAME, isPurchasable, description, hint, isPlaceholder, type, HIDE_VISUAL_LAYER_INFO, NO_COOLDOWN, HIDE_BLOCK_REASON)
- publicallingames/tooltip/rewardtooltips.lua:19 -- self:LayoutCollectible(collectibleId, NO_CATEGORY_NAME, name, NO_NICKNAME, isPurchasable, description, BLANK_HINT, isPlaceholder, categoryType, HIDE_VISUAL_LAYER_INFO, NO_COOLDOWN, HIDE_BLOCK_REASON)