Back to Home
ESO Function Data v100035
EquipOutfit()
Function Aliases
Outfit_Manager:EquipOutfit()
LibFilters3.helpers.ZO_RetraitStation_CanItemBeRetraited.locations.1.EquipOutfit()
Global Function Definitions
ingame/outfits/outfit_manager.lua:804
--
function Outfit_Manager:EquipOutfit(actorCategory, outfitIndex)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/companion/keyboard/companionoverview_keyboard.lua:55
--
ZO_OUTFIT_MANAGER:EquipOutfit(GAMEPLAY_ACTOR_CATEGORY_COMPANION, self.pendingEquipOutfitIndex)
ingame/outfits/outfit_manager.lua:807
--
EquipOutfit(actorCategory, outfitIndex)
ingame/restyle/gamepad/outfit_selector_gamepad.lua:95
--
ZO_OUTFIT_MANAGER:EquipOutfit(self.currentActorCategory, self.currentOutfitIndex)
ingame/restyle/gamepad/restylestation_gamepad.lua:1475
--
ZO_OUTFIT_MANAGER:EquipOutfit(actoryCategory, self.currentOutfitManipulator:GetOutfitIndex())
ingame/restyle/gamepad/restylestation_gamepad.lua:1520
--
ZO_OUTFIT_MANAGER:EquipOutfit(actoryCategory, self.currentOutfitManipulator:GetOutfitIndex())
ingame/restyle/keyboard/restylesheetwindow_keyboard.lua:617
--
ZO_OUTFIT_MANAGER:EquipOutfit(self.pendingEquipOutfitManipulator:GetActorCategory(), self.pendingEquipOutfitManipulator:GetOutfitIndex())
ingame/stats/keyboard/zo_stats_keyboard.lua:116
--
ZO_OUTFIT_MANAGER:EquipOutfit(GAMEPLAY_ACTOR_CATEGORY_PLAYER, self.pendingEquipOutfitIndex)