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(ScriptStatEvent const&);
23 ScriptStatEvent();
24
25public:
26 // member functions
27 // NOLINTBEGIN
28 MCNAPI ::ScriptStatEvent& operator=(::ScriptStatEvent&&);
29
30 MCNAPI ::ScriptStatEvent& operator=(::ScriptStatEvent const&);
31
33 // NOLINTEND
34
35public:
36 // static functions
37 // NOLINTBEGIN
38 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
39 // NOLINTEND
40
41public:
42 // destructor thunk
43 // NOLINTBEGIN
44 MCNAPI void $dtor();
45 // NOLINTEND
46};
MCAPI::ScriptStatEvent & operator=(::ScriptStatEvent &&)
MCAPI ~ScriptStatEvent()
MCAPI void $dtor()
MCAPI::ScriptStatEvent & operator=(::ScriptStatEvent const &)
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
Definition ScriptStat.h:10
Definition ReflectionCtx.h:11
Definition ctx.h:5