-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.luarc.json
More file actions
84 lines (84 loc) · 1.59 KB
/
Copy path.luarc.json
File metadata and controls
84 lines (84 loc) · 1.59 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
{
"diagnostics.globals": [
"ACCEPT",
"Ambiguate",
"C_ChatInfo",
"C_QuestLog",
"C_Spell",
"C_SuperTrack",
"C_Timer",
"CANCEL",
"ChatEdit_GetActiveWindow",
"ChatEdit_SendText",
"ChatFontNormal",
"ClearCursor",
"CLOSE",
"ColorPickerFrame",
"CreateFont",
"CreateFrame",
"DEFAULT_CHAT_FRAME",
"DoEmote",
"Enum",
"FONT_COLOR_CODE_CLOSE",
"GameFontDisableSmall",
"GameFontHighlight",
"GameFontHighlightLarge",
"GameFontHighlightSmall",
"GameFontNormal",
"GameFontNormalSmall",
"GAME_LOCALE",
"GameTooltip",
"GetCurrentRegion",
"GetCurrentRegionName",
"GetCursorInfo",
"geterrorhandler",
"GetFramerate",
"GetLocale",
"GetMacroInfo",
"GetNumQuestLeaderBoards",
"GetQuestObjectiveInfo",
"GetQuestProgressBarPercent",
"GetRealmName",
"GetSpellInfo",
"GetTime",
"hash_SlashCmdList",
"hooksecurefunc",
"IsAltKeyDown",
"InCombatLockdown",
"IsControlKeyDown",
"InterfaceOptions_AddCategory",
"InterfaceOptionsFramePanelContainer",
"IsInGroup",
"IsInGuild",
"IsInRaid",
"IsLoggedIn",
"IsMounted",
"IsSecureCmd",
"issecurevariable",
"IsShiftKeyDown",
"LE_PARTY_CATEGORY_INSTANCE",
"LibStub",
"NORMAL_FONT_COLOR",
"NORMAL_FONT_COLOR_CODE",
"NOT_BOUND",
"NUM_CHAT_WINDOWS",
"OKAY",
"OpacitySliderFrame",
"PlaySound",
"RegisterAddonMessagePrefix",
"securecallfunction",
"SELECTED_CHAT_FRAME",
"SendChatMessage",
"SetDesaturation",
"Settings",
"SlashCmdList",
"UIParent",
"UnitClass",
"UnitFactionGroup",
"UnitInParty",
"UnitName",
"UnitRace",
"WOW_PROJECT_ID",
"WOW_PROJECT_MAINLINE"
]
}