LeviLamina
Loading...
Searching...
No Matches
SessionResult.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
Editor::Playtest {
6
7
enum class
SessionResult :
int
{
8
Ok = 0,
9
InvalidSessionHandle = 1,
10
SessionInfoNotFound = 2,
11
TooManyPlayers = 3,
12
WorldExportFailed = 4,
13
WorldExportBusy = 5,
14
UnsupportedScenario = 6,
15
EditorSystemFailure = 7,
16
InvalidLevelId = 8,
17
PlayerNotFound = 9,
18
ResponseTimeout = 10,
19
UnspecifiedError = 11,
20
};
21
22
}
src
mc
common
editor
SessionResult.h
Generated on Sat Apr 26 2025 05:55:23 for LeviLamina by
1.12.0