-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathAPI.lua
More file actions
19 lines (14 loc) · 679 Bytes
/
Copy pathAPI.lua
File metadata and controls
19 lines (14 loc) · 679 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
-----------------------------------
-- Transmog Loot Helper: API.lua --
-----------------------------------
-- Toggle the window
TransmogLootHelper:ToggleWindow()
-- Update TLH's item overlay
TransmogLootHelper:UpdateOverlay()
-- Check if an item's appearance is collected; returns true or false
TransmogLootHelper:IsAppearanceCollected(itemLink)
-- Check if an item's source is collected; returns true or false
TransmogLootHelper:IsSourceCollected(itemLink)
-- Remove this character from the addon cache, marking things (namely recipes) only known by this character as unlearned
-- characterName: string, "Character-Realm"
TransmogLootHelper:DeleteCharacter(characterName)