function gml_macro(arg0, arg1, arg2, arg3) constructor { static h_name = undefined; static h_node = undefined; static h_is_expr = undefined; static h_is_stat = undefined; static __class__ = global.mt_gml_macro; } function gml_source(arg0, arg1, arg2, arg3) constructor { static h_name = undefined; static h_code = undefined; static h_main = undefined; static h_length = undefined; static h_opt = undefined; static h_tokens = undefined; static h_token_count = undefined; static h___eof = undefined; static h_get_eof = function() { return undefined; }; static h_to_string = function() { return undefined; }; static __class__ = global.mt_gml_source; if (arg3 == undefined) arg3 = false; } function shader_set_live(arg0, arg1) { } function live_validate_scripts() { } global.gml_thread_status_none = [UnknownEnum.Value_0]; global.gml_thread_status_running = [UnknownEnum.Value_1]; global.gml_thread_status_waiting = [UnknownEnum.Value_2]; global.gml_thread_status_done = [UnknownEnum.Value_3]; global.gml_thread_status_error = [UnknownEnum.Value_4]; enum UnknownEnum { Value_0, Value_1, Value_2, Value_3, Value_4 }