-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.luarc.json
153 lines (153 loc) · 3.93 KB
/
.luarc.json
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
{
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
"Lua.workspace.ignoreDir": [
"libs"
],
"Lua.diagnostics.globals": [
// Lua
"bit.band",
"bit",
"ceil",
"date",
"string.split",
"table.wipe",
"table.foreach",
"time",
// Utility functions
"geterrorhandler",
"fastrandom",
"format",
"strjoin",
"strsplit",
"strmatch",
"strupper",
"strlen",
"strupper",
"strsub",
"tContains",
"tDeleteItem",
"tIndexOf",
"tinsert",
"tostringall",
"tremove",
"gsub",
// WoW
"C_Timer",
"C_ClassColor",
"C_Spell",
"C_AddOns",
"ALL",
"ACCEPT",
"ALWAYS",
"UNKNOWN",
"BNET_CLIENT_WOW",
"BOSS",
"BOSSES_KILLED",
"SKILL_RANK_UP",
"MELEE_ATTACK",
"CANCEL",
"CHALLENGE_MODE",
"CLOSE",
"COMBATLOG_OBJECT_AFFILIATION_MINE",
"COMBATLOG_FILTER_HOSTILE_PLAYERS",
"COMBATLOG_FILTER_HOSTILE_UNITS",
"COMBATLOG_FILTER_MY_PET",
"COMBATLOG_FILTER_MINE",
"COMBATLOG_OBJECT_NONE",
"CombatLog_Object_IsA",
"Blizzard_CombatLog_Filters",
"CombatLogGetCurrentEventInfo",
"SetPortraitTexture",
"REFLECT",
"SPELL_SCHOOL0_CAP",
"SPELL_SCHOOL1_CAP",
"SPELL_SCHOOL2_CAP",
"SPELL_SCHOOL3_CAP",
"SPELL_SCHOOL3_CAP",
"SPELL_SCHOOL4_CAP",
"SPELL_SCHOOL5_CAP",
"SPELL_SCHOOL6_CAP",
"ALTERNATE_RESOURCE_TEXT",
"MAELSTROM_POWER",
"CHI_POWER",
"ARCANE_CHARGES_POWER",
"INSANITY_POWER",
"HOLY_POWER",
"RUNIC_POWER",
"LUNAR_POWER",
"SHARDS",
"FURY",
"PAIN",
"MANA",
"RAGE",
"FOCUS",
"COMBO_POINTS",
"RUNES",
"ENERGY",
"Enum",
"HONOR",
"ESSENCE",
"XP",
"CombatLog_OnEvent",
"IsShiftKeyDown",
"IsControlKeyDown",
"BackdropTemplateMixin",
"UIParent",
"GetTime",
"GetLocale",
"UnitName",
"UnitXP",
"InCombatLockdown",
"PlaySound",
"CreateFrame",
"ChatFontNormal",
"_G.ChatEdit_ActivateChat",
"_G.ChatEdit_ChooseBoxForSend",
"GameFontHighlightNormal",
"AceGUIMultiLineEditBoxInsertLink",
"GetSpellInfo",
"GetCurrentCombatTextEventInfo",
"hooksecurefunc",
"GetSpellTexture",
"GetBuildInfo",
"GetExpansionLevel",
"GetMaxLevelForExpansionLevel",
"GetSpellName",
"Settings",
// Ace3
"LibStub",
// EavesDrop
"EavesDrop",
"EavesDropFrame",
"EavesDropFrameDownButton",
"EavesDropFrameUpButton",
"EavesDropHistoryFrame",
"EavesDropHistoryButton",
"EavesDropFramePlayerText",
"EavesDropFrameTargetText",
"EavesDropStatsDB",
"EavesDropTab",
"EavesDropTopBar",
"EavesDropBottomBar",
"EavesDropFontNormal",
"EavesDropFontNormalSmall",
"EavesDropHistoryTopBar",
"EavesDropHistoryBottomBar",
"EavesDropHistoryFrameOutgoingHit",
"EavesDropHistoryFrameOutgoingHeal",
"EavesDropHistoryFrameIncomingHit",
"EavesDropHistoryFrameIncomingHeal",
"EavesDropHistoryFrameSkillText",
"EavesDropHistoryFrameAmountCritText",
"EavesDropHistoryFrameAmountNormalText",
"EavesDropHistoryFrameResetText",
"FauxScrollFrame_Update",
"FauxScrollFrame_SetOffset",
"EavesDropHistoryScrollBar",
"FauxScrollFrame_GetOffset",
"InterfaceOptionsFrame_OpenToCategory",
// Debug
"ViragDevTool",
"DevTool"
]
}