-
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy path.luaurc
More file actions
89 lines (89 loc) · 2.06 KB
/
.luaurc
File metadata and controls
89 lines (89 loc) · 2.06 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
{
"languageMode": "nonstrict",
"lint": { "*": true},
"lintErrors": true,
"globals": [
"arg",
"bit",
"Buffer",
"BOOTSTRAP",
"BOOTSTRAP_DIRS",
"BOOTSTRAP_LIST",
"canvas",
"dofile",
"event",
"flr",
"io",
"jit",
"jsRequire",
"load",
"loadfile",
"love",
"mock_separator",
"native_cfg_poly_repeat_0",
"native_cfg_poly_repeat_1",
"native_cfg_poly_repeat_2",
"native_draw_clear",
"native_draw_color",
"native_draw_flush",
"native_draw_font",
"native_draw_line",
"native_draw_poly",
"native_draw_poly2",
"native_draw_rect",
"native_draw_rect2",
"native_draw_start",
"native_draw_triangle",
"native_http_force_protocol",
"native_http_handler",
"native_http_has_callback",
"native_http_has_ssl",
"native_http_install",
"native_image_draw",
"native_image_load",
"native_image_exists",
"native_image_mensure",
"native_image_unload",
"native_image_unload_all",
"native_json_decode",
"native_json_encode",
"native_keyboard_has_media",
"native_log_debug",
"native_log_error",
"native_log_fatal",
"native_log_info",
"native_log_warn",
"native_media_bootstrap",
"native_media_load",
"native_media_pause",
"native_media_play",
"native_media_position",
"native_media_resize",
"native_media_resume",
"native_media_source",
"native_media_stop",
"native_system_exit",
"native_system_fatal",
"native_system_get_env",
"native_system_get_fps",
"native_system_get_language",
"native_system_get_secret",
"native_system_reset",
"native_system_title",
"native_storage_install",
"native_storage_get",
"native_storage_set",
"native_text_font_default",
"native_text_font_name",
"native_text_font_previous",
"native_text_font_size",
"native_text_is_tui",
"native_text_mensure",
"native_text_print",
"native_xml_decode",
"native_xml_encode",
"native_base64_decode",
"native_base64_encode",
"package"
]
}