Deltarune (Chapter 1) script viewer

← back to main script listing

gml_Object_obj_event_manager_debug_Create_0

(view raw script w/o annotations or w/e)
1
debug_verbose = false;
2
debug_notifs_enabled = false;
3
debug_progress_enabled = false;
4
5
trophy_enable_debug_notifications = function()
6
{
7
};
8
9
trophy_disable_debug_notifications = function()
10
{
11
};
12
13
trophy_enable_debug_verbose = function()
14
{
15
};
16
17
trophy_disable_debug_verbose = function()
18
{
19
};
20
21
trophy_show_debug_progress = function()
22
{
23
};
24
25
trophy_hide_debug_progress = function()
26
{
27
};
28
29
trophy_show_debug_message = function(arg0, arg1 = -1, arg2 = true)
30
{
31
};
32
33
trophy_get_name = function(arg0)
34
{
35
};
36
37
trophy_get_flag_name = function(arg0)
38
{
39
};