Deltarune (Chapter 4) script viewer

← back to main script listing

gml_GlobalScript_scr_debug_print

(view raw script w/o annotations or w/e)
1
function 
scr_debug_print
scr_debug_print

function
scr_debug_print(arg0)
{ } function print_message(arg0) { } function debug_print(arg0) { } function scr_debug_clear_all() { scr_debug_clear_persistent(); }
(arg0)
2
{
3
}
4
5
function print_message(arg0)
6
{
7
}
8
9
function debug_print(arg0)
10
{
11
}
12
13
function scr_debug_clear_all()
14
{
15
    scr_debug_clear_persistent();
16
}