-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTheEyeRecorder.toc
More file actions
101 lines (77 loc) · 2.35 KB
/
Copy pathTheEyeRecorder.toc
File metadata and controls
101 lines (77 loc) · 2.35 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
# ---------------------------
# | STYLE GUIDE |
# ---------------------------
# Add a space after hashtags.
#
# Sections
# Signified by a large header.
# Name in all caps.
# Add 3 lines between sections.
#
# Subsections
# Signified by a small header.
# Add 2 lines between sections.
# Order: Types > Dimension Templates > Factories.
# Add a line between files in the same section that need to be loaded in the order they appear.
# Alphabetically organize files in the same section that can be loaded in any order.
# ---------------------------
# | SETTINGS |
# ---------------------------
## Interface: 90002
## Title: TheEye.Recorder
## Version: 1.0
## Dependencies: TheEyeCore
## Author: Edvard-D
## X-Website: TheEye.Site
# ---------------------------
# | SAVED VARIABLES |
# ---------------------------
## SavedVariablesPerCharacter: TheEyeRecordedData
# ---------------------------
# | INITIAL |
# ---------------------------
Data\Namespaces.lua
# ---------------------------
# | Data |
# ---------------------------
# ---------------------------
# | Managers |
# ---------------------------
Managers\Recorders.lua
# ---------------------------
# | Helpers |
# ---------------------------
Helpers\Auras.lua
# ---------------------------
# | Recorders |
# ---------------------------
Recorders\PLAYER_EQUIPMENT.lua
Recorders\PLAYER_HAS_TARGET.lua
Recorders\PLAYER_INSTANCE.lua
Recorders\PLAYER_IS_IN_COMBAT.lua
Recorders\PLAYER_IS_MOVING.lua
Recorders\PLAYER_IS_TANKING.lua
Recorders\PLAYER_JUMPED.lua
Recorders\PLAYER_LEVEL.lua
Recorders\PLAYER_PVP_TALENT.lua
Recorders\PLAYER_SPELL_CHARGE.lua
Recorders\PLAYER_SPELL_COOLDOWN.lua
Recorders\PLAYER_SPELL_IS_KNOWN.lua
Recorders\PLAYER_SPELLCAST_START.lua
Recorders\PLAYER_SPELLCAST_SUCCEEDED.lua
Recorders\PLAYER_SUMMONED_ACTIVE_ELAPSED_TIME.lua
Recorders\PLAYER_TALENT.lua
Recorders\PLAYER_TOTEM_DURATION.lua
Recorders\TARGET_IS_HOSTILE.lua
Recorders\TARGET_SPELLCAST_IS_INTERRUPTIBLE.lua
Recorders\TARGET_TIME_UNTIL_DEATH.lua
Recorders\UNIT_AURA_ACTIVE.lua
Recorders\UNIT_AURA_DURATION.lua
Recorders\UNIT_AURA_STACK_COUNT.lua
Recorders\UNIT_COUNT_CLOSE_TO_TARGET.lua
Recorders\UNIT_HEALTH_PERCENT.lua
Recorders\UNIT_SPELLCAST_IS_ACTIVE.lua
# ---------------------------
# | FINAL |
# ---------------------------
Managers\Initializer.lua