LeviLamina
Loading...
Searching...
No Matches
ScriptStatEvent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class ScriptStat;
8namespace cereal { struct ReflectionCtx; }
9// clang-format on
10
11class ScriptStatEvent {
12public:
13 // member variables
14 // NOLINTBEGIN
15 ::ll::TypedStorage<8, 8, uint64> mTick;
16 ::ll::TypedStorage<8, 32, ::std::string> mType;
17 ::ll::TypedStorage<8, 24, ::std::vector<::ScriptStat>> mStats;
18 // NOLINTEND
19
20public:
21 // prevent constructor by default
22 ScriptStatEvent& operator=(ScriptStatEvent const&);
23 ScriptStatEvent();
24
25public:
26 // member functions
27 // NOLINTBEGIN
28 MCNAPI ScriptStatEvent(::ScriptStatEvent const&);
29
31 // NOLINTEND
32
33public:
34 // static functions
35 // NOLINTBEGIN
36 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
37 // NOLINTEND
38
39public:
40 // constructor thunks
41 // NOLINTBEGIN
42 MCNAPI void* $ctor(::ScriptStatEvent const&);
43 // NOLINTEND
44
45public:
46 // destructor thunk
47 // NOLINTBEGIN
48 MCNAPI void $dtor();
49 // NOLINTEND
50};
MCAPI ~ScriptStatEvent()
MCAPI ScriptStatEvent(::ScriptStatEvent const &)
MCAPI void $dtor()
MCAPI void * $ctor(::ScriptStatEvent const &)
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
Definition ScriptStat.h:10
Definition ReflectionCtx.h:11
Definition ctx.h:5