21 enum class ExportSubcommandTypes :
int {
28 enum class Subcommand :
int {
33 enum class TaskState :
int {
42 ::ll::TypedStorage<4, 4, ::ProjectCommand::Subcommand> mSubcommand;
43 ::ll::TypedStorage<4, 4, ::ProjectCommand::ExportSubcommandTypes> mExportSubcommandType;
57 MCAPI
static void _exportSubcommand(
60 ::ProjectCommand::ExportSubcommandTypes callingPlayerUniqueId,
64 MCAPI static ::Core::PathBuffer<::std::string> _getLevelExportPath(
67 ::std::string
const& exportFileExtension
70 MCAPI
static void _outputFormattedCommand(
73 ::std::string
const& prefix,
74 ::std::string
const& commandType,
75 ::std::string
const& msg,
76 ::std::vector<::std::string>
const& args
79 MCAPI
static void _reportErrorToUser(
82 ::std::string
const& commandType,
83 ::std::string
const& msg,
84 ::std::vector<::std::string>
const& args
87 MCAPI
static void _reportToUser(
90 ::std::string
const& commandType,
91 ::std::string
const& msg,
92 ::std::vector<::std::string>
const& args