Back to Home
ESO Function Data v101044
SetPendingSimpleAction()
Function Aliases
No known aliases for this function.
Global Function Definitions
ingame/utilitywheel/gamepad/accessibleassignableutilitywheel_gamepad.lua:94
--
function ZO_AccessibleAssignableUtilityWheel_Gamepad:SetPendingSimpleAction(slotType, actionId)
ingame/utilitywheel/gamepad/assignableutilitywheel_gamepad.lua:332
--
function ZO_AssignableUtilityWheel_Gamepad:SetPendingSimpleAction(slotType, actionId)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/collections/gamepad/collectionsbook_gamepad.lua:818
--
ACCESSIBLE_ASSIGNABLE_UTILITY_WHEEL_GAMEPAD:SetPendingSimpleAction(ACTION_TYPE_COLLECTIBLE, actionId)
ingame/collections/gamepad/collectionsbook_gamepad.lua:827
--
self.wheel:SetPendingSimpleAction(ACTION_TYPE_COLLECTIBLE, actionId)
ingame/inventory/gamepad/gamepadinventory.lua:1704
--
ACCESSIBLE_ASSIGNABLE_UTILITY_WHEEL_GAMEPAD:SetPendingSimpleAction(ACTION_TYPE_QUEST_ITEM, questItemId)
ingame/playeremote/gamepad/playeremote_gamepad.lua:581
--
ACCESSIBLE_ASSIGNABLE_UTILITY_WHEEL_GAMEPAD:SetPendingSimpleAction(slotType, actionId)
ingame/playeremote/gamepad/playeremote_gamepad.lua:586
--
self.wheel:SetPendingSimpleAction(slotType, actionId)
ingame/quickslot/gamepad/quickslot_gamepad.lua:194
--
self.wheel:SetPendingSimpleAction(ACTION_TYPE_COLLECTIBLE, collectibleId)
ingame/quickslot/gamepad/quickslot_gamepad.lua:199
--
self.wheel:SetPendingSimpleAction(ACTION_TYPE_QUEST_ITEM, questItemId)
ingame/utilitywheel/gamepad/accessibleassignableutilitywheel_gamepad.lua:95
--
self.wheel:SetPendingSimpleAction(slotType, actionId)