LeviLamina
Loading...
Searching...
No Matches
WatchdogEventType.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
Scripting {
6
7
enum class
WatchdogEventType :
int
{
8
Slow = 0,
9
Spike = 1,
10
Hang = 2,
11
StackOverflow = 3,
12
OutOfMemory = 4,
13
HighMemoryUsage = 5,
14
};
15
16
}
src
mc
deps
scripting
runtime
watchdog
WatchdogEventType.h
Generated on Sat Apr 26 2025 05:55:30 for LeviLamina by
1.12.0