Deltarune (Chapter 4) script viewer

← back to main script listing

gml_GlobalScript_scr_debug_print_persistent

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

function
scr_debug_print_persistent(arg0, arg1)
{ } function debug_print_persistent(arg0, arg1) { } function scr_debug_delete_persistent(arg0, arg1 = false) { } function scr_debug_clear_persistent() { }
(arg0, arg1)
2
{
3
}
4
5
function debug_print_persistent(arg0, arg1)
6
{
7
}
8
9
function scr_debug_delete_persistent(arg0, arg1 = false)
10
{
11
}
12
13
function scr_debug_clear_persistent()
14
{
15
}