Back to Home
ESO Function Data v101043
PreviewOutfit()
Function Aliases
No known aliases for this function.
Global Function Definitions
ingame/restyle/gamepad/outfit_selector_gamepad.lua:330
--
function ZO_Outfit_Selector_Gamepad:PreviewOutfit(actorCategory, outfitIndex)
publicallingames/itempreview/itempreview_shared.lua:791
--
function ZO_ItemPreview_Shared:PreviewOutfit(actorCategory, outfitIndex)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/collections/gamepad/collectionsbook_gamepad.lua:1673
--
ITEM_PREVIEW_GAMEPAD:PreviewOutfit(GAMEPLAY_ACTOR_CATEGORY_PLAYER, currentOutfitIndex)
ingame/companion/keyboard/companionoverview_keyboard.lua:117
--
ITEM_PREVIEW_KEYBOARD:PreviewOutfit(GAMEPLAY_ACTOR_CATEGORY_COMPANION, entry.outfitIndex)
ingame/restyle/gamepad/outfit_selector_gamepad.lua:86
--
self:PreviewOutfit(self.currentActorCategory, self.currentOutfitIndex)
ingame/restyle/gamepad/outfit_selector_gamepad.lua:322
--
self:PreviewOutfit(currentlySelectedData.actorCategory, currentlySelectedData.outfitIndex)
ingame/restyle/gamepad/outfit_selector_gamepad.lua:332
--
ITEM_PREVIEW_GAMEPAD:PreviewOutfit(actorCategory, outfitIndex)
ingame/restyle/gamepad/restylestation_gamepad.lua:1093
--
ITEM_PREVIEW_GAMEPAD:PreviewOutfit(self.currentOutfitManipulator:GetActorCategory(), self.currentOutfitManipulator:GetOutfitIndex())
ingame/restyle/keyboard/restylesheetwindow_keyboard.lua:329
--
ITEM_PREVIEW_KEYBOARD:PreviewOutfit(outfitManipulator:GetActorCategory(), outfitManipulator:GetOutfitIndex())
ingame/restyle/keyboard/restylesheetwindow_keyboard.lua:428
--
ITEM_PREVIEW_KEYBOARD:PreviewOutfit(outfitManipulator:GetActorCategory(), outfitManipulator:GetOutfitIndex())
ingame/stats/keyboard/zo_stats_keyboard.lua:504
--
ITEM_PREVIEW_KEYBOARD:PreviewOutfit(GAMEPLAY_ACTOR_CATEGORY_PLAYER, entry.outfitIndex)