LeviLamina
Loading...
Searching...
No Matches
MolangMemberVariable.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/string/HashedString.h"
7#include "mc/util/MolangScriptArg.h"
8
10public:
11 // member variables
12 // NOLINTBEGIN
13 ::ll::TypedStorage<8, 48, ::HashedString> mName;
14#ifdef LL_PLAT_S
15 ::ll::TypedStorage<8, 88, ::MolangScriptArg> mData;
16#else // LL_PLAT_C
17 ::ll::TypedStorage<8, 96, ::MolangScriptArg> mData;
18#endif
19 // NOLINTEND
20
21public:
22 // member functions
23 // NOLINTBEGIN
25 // NOLINTEND
26
27public:
28 // destructor thunk
29 // NOLINTBEGIN
30 MCAPI void $dtor();
31 // NOLINTEND
32};
Definition MolangMemberVariable.h:9