Back to Home
ESO Function Data v100021
LayoutCollectible()
Function Aliases
- No known aliases for this function.
Global Function Definitions
- publicallingames/tooltip/collectionstooltips.lua:21 -- function ZO_Tooltip:LayoutCollectible(collectibleId, collectionName, collectibleName, collectibleNickname, isPurchasable, description, hint, isPlaceholder, categoryType, showVisualLayerInfo, cooldownSecondsRemaining, showBlockReason)
Local Function Definitions
- No known local definitions for this function.
Function Calls
- ingame/collections/gamepad/collectionsbook_gamepad.lua:893 -- GAMEPAD_TOOLTIPS:LayoutCollectible(GAMEPAD_LEFT_TOOLTIP, collectibleData.collectibleId, categoryName, collectibleData.name, collectibleData.nickname, collectibleData.purchasable, collectibleData.description, collectibleData.hint, collectibleData.isPlaceholder, collectibleData.categoryType, SHOW_VISUAL_LAYER_INFO, timeRemainingS, SHOW_BLOCK_REASON)
- ingame/housingeditor/gamepad/furnitureclasses_gamepad.lua:342 -- GAMEPAD_TOOLTIPS:LayoutCollectible(GAMEPAD_RIGHT_TOOLTIP, collectibleId, NO_COLLECTION_NAME, name, nickname, purchaseable, description, hint, isPlaceholder, categoryType, HIDE_VISUAL_LAYER_INFO, NO_COOLDOWN, HIDE_BLOCK_REASON)
- internalingame/market/largesinglemarketproduct_base.lua:99 -- GAMEPAD_TOOLTIPS:LayoutCollectible(tooltip, unpack(self.tooltipLayoutArgs))
- publicallingames/tooltip/collectionstooltips.lua:11 -- self:LayoutCollectible(collectibleId, NO_COLLECTION_NAME, name, nickname, purchaseable, description, hint, isPlaceholder, categoryType, HIDE_VISUAL_LAYER_INFO, NO_COOLDOWN, HIDE_BLOCK_REASON)
- publicallingames/tooltip/markettooltips.lua:35 -- self:LayoutCollectible(collectibleId, NO_CATEGORY_NAME, name, NO_NICKNAME, IS_PURCHASEABLE, description, BLANK_HINT, isPlaceholder, type, HIDE_VISUAL_LAYER_INFO, NO_COOLDOWN, HIDE_BLOCK_REASON)