Deltarune (Chapter 2) 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
trophy_enable_debug_notifications = function()
2
{
3
};
4
5
trophy_disable_debug_notifications = function()
6
{
7
};
8
9
trophy_enable_debug_verbose = function()
10
{
11
};
12
13
trophy_disable_debug_verbose = function()
14
{
15
};
16
17
trophy_show_debug_progress = function()
18
{
19
};
20
21
trophy_hide_debug_progress = function()
22
{
23
};
24
25
trophy_show_debug_message = function(arg0, arg1 = -1, arg2 = true)
26
{
27
};
28
29
trophy_get_name = function(arg0)
30
{
31
};
32
33
trophy_get_flag_name = function(arg0)
34
{
35
};