LeviLamina
Loading...
Searching...
No Matches
ScriptCommandOutput.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
class
ScriptCommandOutput {
6
public
:
7
// member variables
8
// NOLINTBEGIN
9
::ll::UntypedStorage<4, 4>
mUnk93f5ed;
10
::ll::UntypedStorage<8, 32>
mUnkf1c2b8;
11
// NOLINTEND
12
13
public
:
14
// prevent constructor by default
15
ScriptCommandOutput& operator=(ScriptCommandOutput
const
&);
16
ScriptCommandOutput
(ScriptCommandOutput
const
&);
17
18
public
:
19
// member functions
20
// NOLINTBEGIN
21
MCNAPI
ScriptCommandOutput
();
22
23
MCNAPI ::std::string
getMessages
()
const
;
24
25
MCNAPI
int
getSuccessCount
()
const
;
26
27
MCNAPI
void
setOutput
(
int
successCount, ::std::string&& messages);
28
// NOLINTEND
29
30
public
:
31
// constructor thunks
32
// NOLINTBEGIN
33
MCNAPI
void
*
$ctor
();
34
// NOLINTEND
35
};
ScriptCommandOutput::ScriptCommandOutput
MCAPI ScriptCommandOutput()
ScriptCommandOutput::getSuccessCount
MCAPI int getSuccessCount() const
ScriptCommandOutput::$ctor
MCAPI void * $ctor()
ScriptCommandOutput::setOutput
MCAPI void setOutput(int successCount, ::std::string &&messages)
ScriptCommandOutput::getMessages
MCAPI::std::string getMessages() const
ll::UntypedStorage
Definition
Alias.h:14
src
mc
scripting
commands
ScriptCommandOutput.h
Generated on
for LeviLamina by
1.16.1