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
21 ScriptStatEvent& operator=(ScriptStatEvent const&);
24
25public:
26 // member functions
27 // NOLINTBEGIN
28 MCNAPI ::ScriptStatEvent& operator=(::ScriptStatEvent&&);
29
31 // NOLINTEND
32
33public:
34 // destructor thunk
35 // NOLINTBEGIN
36 MCNAPI void $dtor();
37 // NOLINTEND
38};
Definition ScriptStatEvent.h:10
MCAPI::ScriptStatEvent & operator=(::ScriptStatEvent &&)
MCAPI ~ScriptStatEvent()
MCAPI void $dtor()
Definition ScriptStat.h:10