LeviLamina
Loading...
Searching...
No Matches
ScriptPlayerPersonaPiece.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/actor/player/persona/PieceType.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace Scripting { struct InterfaceBinding; }
11// clang-format on
12
13namespace ScriptModuleGameTest {
14
15struct ScriptPlayerPersonaPiece {
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 32, ::std::string> pieceId;
20 ::ll::TypedStorage<4, 4, ::persona::PieceType> pieceType;
21 ::ll::TypedStorage<8, 32, ::std::string> packId;
22 ::ll::TypedStorage<1, 2, ::std::optional<bool>> isDefaultPiece;
23 ::ll::TypedStorage<8, 32, ::std::string> productId;
24 // NOLINTEND
25
26public:
27 // prevent constructor by default
28 ScriptPlayerPersonaPiece();
29
30public:
31 // member functions
32 // NOLINTBEGIN
33 MCAPI ScriptPlayerPersonaPiece(::ScriptModuleGameTest::ScriptPlayerPersonaPiece const&);
34
35 MCAPI ::ScriptModuleGameTest::ScriptPlayerPersonaPiece&
37
38 MCAPI ::ScriptModuleGameTest::ScriptPlayerPersonaPiece&
40
41 MCAPI ~ScriptPlayerPersonaPiece();
42 // NOLINTEND
43
44public:
45 // static functions
46 // NOLINTBEGIN
47 MCAPI static ::Scripting::InterfaceBinding bind();
48 // NOLINTEND
49
50public:
51 // constructor thunks
52 // NOLINTBEGIN
54 // NOLINTEND
55
56public:
57 // destructor thunk
58 // NOLINTBEGIN
59 MCFOLD void $dtor();
60 // NOLINTEND
61};
62
63} // namespace ScriptModuleGameTest
Definition ScriptPlayerPersonaPiece.h:15
Definition InterfaceBinding.h:16