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;
8// clang-format on
9
11public:
12 // member variables
13 // NOLINTBEGIN
14 ::ll::TypedStorage<8, 8, uint64> mTick;
15 ::ll::TypedStorage<8, 32, ::std::string> mType;
16 ::ll::TypedStorage<8, 24, ::std::vector<::ScriptStat>> mStats;
17 // NOLINTEND
18
19public:
20 // prevent constructor by default
23
24public:
25 // member functions
26 // NOLINTBEGIN
27 MCNAPI ::ScriptStatEvent& operator=(::ScriptStatEvent&&);
28
29 MCNAPI ::ScriptStatEvent& operator=(::ScriptStatEvent const&);
30
32 // NOLINTEND
33
34public:
35 // destructor thunk
36 // NOLINTBEGIN
37 MCNAPI void $dtor();
38 // NOLINTEND
39};
Definition ScriptStatEvent.h:10
MCAPI::ScriptStatEvent & operator=(::ScriptStatEvent &&)
MCAPI ~ScriptStatEvent()
MCAPI void $dtor()
MCAPI::ScriptStatEvent & operator=(::ScriptStatEvent const &)
Definition ScriptStat.h:5