LeviLamina
Loading...
Searching...
No Matches
InvalidArgumentErrorType.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
Scripting {
6
7
enum class
InvalidArgumentErrorType : uchar {
8
Unspecified = 0,
9
Empty = 1,
10
Duplicate = 2,
11
InvalidType = 3,
12
UnsupportedValue = 4,
13
Unknown = 5,
14
};
15
16
}
src-server
mc
deps
scripting
runtime
InvalidArgumentErrorType.h
Generated on Tue Nov 25 2025 04:00:49 for LeviLamina by
1.12.0