Back to Home
ESO Function Data v100036
IsUsable()
Function Aliases
No known aliases for this function.
Global Function Definitions
ingame/collections/collectibledatamanager.lua:493
--
function ZO_CollectibleData:IsUsable(actorCategory)
ingame/skills/actionbarassignmentmanager.lua:104
--
function ZO_BaseSlottableAction:IsUsable(hotbarCategory)
ingame/skills/actionbarassignmentmanager.lua:181
--
function ZO_EmptySlottableAction:IsUsable(hotbarCategory)
ingame/skills/actionbarassignmentmanager.lua:262
--
function ZO_SlottablePlayerSkill:IsUsable()
ingame/skills/actionbarassignmentmanager.lua:343
--
function ZO_SlottableCompanionSkill:IsUsable()
ingame/skills/actionbarassignmentmanager.lua:407
--
function ZO_SlottableAbility:IsUsable(hotbarCategory)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/collections/gamepad/collectionsbook_gamepad.lua:497
--
collectibleData:IsUsable(GAMEPLAY_ACTOR_CATEGORY_PLAYER)
ingame/collections/keyboard/collectibletile_keyboard.lua:52
--
self.collectibleData:IsUsable(self:GetActorCategory())
ingame/collections/keyboard/collectibletile_keyboard.lua:135
--
collectibleData:IsUsable(self:GetActorCategory())
ingame/collections/keyboard/collectibletile_keyboard.lua:207
--
collectibleData:IsUsable(self:GetActorCategory())
ingame/collections/keyboard/collectibletile_keyboard.lua:354
--
collectibleData:IsUsable(self:GetActorCategory())
ingame/companion/gamepad/companioncollectionbook_gamepad.lua:176
--
collectibleData:IsUsable(GAMEPLAY_ACTOR_CATEGORY_COMPANION)
ingame/crowncrates/crowncratespackopening.lua:1169
--
collectibleData:IsUsable(GAMEPLAY_ACTOR_CATEGORY_PLAYER)
ingame/skills/keyboard/keyboardassignableactionbar.lua:205
--
slotData:IsUsable()