LeviLamina
Loading...
Searching...
No Matches
ExportResult.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
Editor {
6
7
enum class
ExportResult :
int
{
8
ValidWorldExport = 0,
9
LevelFetchFailed = 1,
10
FileArchiverFetchFailed = 2,
11
ProjectConverterFetchFailed = 3,
12
PlayerNotFound = 4,
13
WorldExportFailed = 5,
14
WorldExportBusy = 6,
15
EditorSystemFailure = 7,
16
};
17
18
}
src
mc
editor
services
export
ExportResult.h
Generated on Fri Jun 13 2025 05:04:30 for LeviLamina by
1.12.0