Back to Home
ESO Function Data v101044
SetOutfitManipulator()
Function Aliases
No known aliases for this function.
Global Function Definitions
ingame/restyle/gamepad/outfit_slots_panel_gamepad.lua:481
--
function ZO_Outfit_Slots_Panel_Gamepad:SetOutfitManipulator(newManipulator)
ingame/restyle/gamepad/restylestation_gamepad.lua:1462
--
function ZO_RestyleStation_Gamepad:SetOutfitManipulator(newManipulator, actorCategory)
ingame/restyle/keyboard/restylesheet_keyboard.lua:822
--
function ZO_RestyleOutfitSlotsSheet:SetOutfitManipulator(newManipulator)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/restyle/gamepad/outfit_slots_panel_gamepad.lua:475
--
self:SetOutfitManipulator(nil)
ingame/restyle/gamepad/outfit_slots_panel_gamepad.lua:477
--
self:SetOutfitManipulator(ZO_OUTFIT_MANAGER:GetOutfitManipulator(currentActorCategory, currentEditingIndex))
ingame/restyle/gamepad/restylestation_gamepad.lua:1077
--
self:SetOutfitManipulator(nil, currentEditingActorCategory)
ingame/restyle/gamepad/restylestation_gamepad.lua:1080
--
self:SetOutfitManipulator(ZO_OUTFIT_MANAGER:GetOutfitManipulator(currentEditingActorCategory, currentEditingIndex), currentEditingActorCategory)
ingame/restyle/keyboard/restylesheetwindow_keyboard.lua:322
--
self.outfitStylesSheet:SetOutfitManipulator(outfitManipulator)
ingame/restyle/keyboard/restylesheetwindow_keyboard.lua:420
--
self.companionOutfitStylesSheet:SetOutfitManipulator(outfitManipulator)