LeviLamina
Loading...
Searching...
No Matches
ServerScriptTeardownRebuildPayload.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/editor/ScriptManagerEventType.h"
7
#include "mc/editor/network/NetworkPayload.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
namespace
Scripting {
struct
ContextId
; }
12
namespace
cereal {
struct
ReflectionCtx
; }
13
// clang-format on
14
15
namespace
Editor::Network {
16
17
class
ServerScriptTeardownRebuildPayload
18
:
public
::Editor::Network::NetworkPayload
<::Editor::Network::ServerScriptTeardownRebuildPayload> {
19
public
:
20
// member variables
21
// NOLINTBEGIN
22
::ll::UntypedStorage<4, 4>
mUnkc13653;
23
::ll::UntypedStorage<1, 1>
mUnk8b4a55;
24
::ll::UntypedStorage<1, 1>
mUnk48dfa0;
25
// NOLINTEND
26
27
public
:
28
// prevent constructor by default
29
ServerScriptTeardownRebuildPayload& operator=(ServerScriptTeardownRebuildPayload
const
&);
30
ServerScriptTeardownRebuildPayload
(ServerScriptTeardownRebuildPayload
const
&);
31
32
public
:
33
// virtual functions
34
// NOLINTBEGIN
35
virtual
~ServerScriptTeardownRebuildPayload()
/*override*/
=
default
;
36
// NOLINTEND
37
38
public
:
39
// member functions
40
// NOLINTBEGIN
41
MCNAPI
ServerScriptTeardownRebuildPayload
();
42
43
MCNAPI
ServerScriptTeardownRebuildPayload
(
44
::Editor::ScriptManagerEventType eventType,
45
::Scripting::ContextId
contextId,
46
bool
finalEvent
47
);
48
49
MCNAPI ::Scripting::ContextId
getContextId
()
const
;
50
// NOLINTEND
51
52
public
:
53
// static functions
54
// NOLINTBEGIN
55
MCNAPI
static
void
bindType
(
::cereal::ReflectionCtx
&
ctx
);
56
// NOLINTEND
57
58
public
:
59
// constructor thunks
60
// NOLINTBEGIN
61
MCNAPI
void
*
$ctor
();
62
63
MCNAPI
void
*
$ctor
(::Editor::ScriptManagerEventType eventType,
::Scripting::ContextId
contextId,
bool
finalEvent);
64
// NOLINTEND
65
66
public
:
67
// vftables
68
// NOLINTBEGIN
69
MCNAPI
static
void
**
$vftable
();
70
// NOLINTEND
71
};
72
73
}
// namespace Editor::Network
Editor::Network::NetworkPayload
Definition
NetworkPayload.h:8
Editor::Network::ServerScriptTeardownRebuildPayload::$ctor
MCAPI void * $ctor()
Editor::Network::ServerScriptTeardownRebuildPayload::$vftable
static MCAPI void ** $vftable()
Editor::Network::ServerScriptTeardownRebuildPayload::ServerScriptTeardownRebuildPayload
MCAPI ServerScriptTeardownRebuildPayload(::Editor::ScriptManagerEventType eventType, ::Scripting::ContextId contextId, bool finalEvent)
Editor::Network::ServerScriptTeardownRebuildPayload::$ctor
MCAPI void * $ctor(::Editor::ScriptManagerEventType eventType, ::Scripting::ContextId contextId, bool finalEvent)
Editor::Network::ServerScriptTeardownRebuildPayload::getContextId
MCAPI::Scripting::ContextId getContextId() const
Editor::Network::ServerScriptTeardownRebuildPayload::bindType
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
Editor::Network::ServerScriptTeardownRebuildPayload::ServerScriptTeardownRebuildPayload
MCAPI ServerScriptTeardownRebuildPayload()
Scripting::ContextId
Definition
ContextId.h:7
cereal::ReflectionCtx
Definition
ReflectionCtx.h:11
ctx
Definition
ctx.h:5
ll::UntypedStorage
Definition
Alias.h:14
src
mc
editor
network
ServerScriptTeardownRebuildPayload.h
Generated on
for LeviLamina by
1.16.1