-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHelpMePlay.toc
More file actions
111 lines (86 loc) · 2.02 KB
/
HelpMePlay.toc
File metadata and controls
111 lines (86 loc) · 2.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
## Interface: 110005
## Title: HelpMePlay
## Version: 3.2.2
## Author: LightskyGG
## Dependencies: Blizzard_Calendar
## SavedVariables: HelpMePlayDB
## SavedVariablesPerCharacter: HelpMePlayDB_Character
## IconTexture: 236681
# Libraries
_Lib\LibHelpMePlay\Embeds.xml
# Settings UI
# This is where all the settings are stored.
Settings\Settings.lua
# Data
# Files containing tabular variables with values referenced throughout the addon.
_Data\Constants.lua
_Data\TalentImporter.lua
_Data\Mounts.lua
_Data\Quests.lua
_Data\Maps.lua
_Data\Talents.lua
_Data\Tooltips.lua
_Data\Strings.lua
# Functions
# Files containing functions used in corresponding files throughout the addon.
_Functions\Quests.lua
_Functions\Tables.lua
_Functions\EvaluateConditions.lua
# Classes
# These are template class files used to create frames, widgets, and tooltips.
_Classes\Tooltip.lua
_Classes\Button.lua
_Classes\Frame.lua
# Talent Importer
Settings\TalentImporter.lua
# Chat Icons Module
ChatIcons\ChatIcons.lua
# LFG Module
LFG\ReadyChecks.lua
LFG\RoleChecks.lua
LFG\PartyInvite.lua
# Warband Bank Module
WarbandBank\WarbandBank.lua
# Character Module
Character\NewCharacter.lua
Character\Heirloom.lua
Character\Queue.lua
# Mounts Module
Mounts\Mounts.lua
# Quests Module
Quests\Events.lua
Quests\QuestMobs.lua
Quests\ShareQuests.lua
Quests\WarMode.lua
# Gossip Module
Gossip\Gossip.lua
# World Events Module
WorldEvents\WorldEventsQueue.lua
# Wardrobe Module
Wardrobe\Wardrobe.lua
# Cutscenes Module
Cutscenes\Cutscenes.lua
# Talents Module
Talents\PlayerTalents.lua
Talents\GenericTalents.lua
# Inventory Module
Inventory\OpenContainers.lua
# Merchant Module
Merchant\QuestItems.lua
Merchant\Trainers.lua
Merchant\Repair.lua
# Pet Battles Module
PetBattles\Bandage.lua
# Health Module
Health\WaterReminder.lua
# Remix: Mists of Pandaria Module
#Remix\ScrappingMachine.lua
#Remix\Usables.lua
# Keybindings Module
_Keybinds\Keybinds.lua
# Core
# Start the addon load process and other setup events.
Core.lua
MainMenuBar.lua
# Developer Tools
#UnitSpellCast.lua