LeviLamina
Loading...
Searching...
No Matches
DwellerDescription.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/actor/ActorComponentDescription.h"
7
8// auto generated forward declare list
9// clang-format off
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
26 // NOLINTEND
27
28public:
29 // prevent constructor by default
30 DwellerDescription& operator=(DwellerDescription const&);
33
34public:
35 // virtual functions
36 // NOLINTBEGIN
37 // vIndex: 0
38 virtual char const* getJsonName() const /*override*/;
39
40 // vIndex: 2
41 virtual void deserializeData(::DeserializeDataParams deserializeDataParams) /*override*/;
42
43 // vIndex: 1
44 virtual ~DwellerDescription() /*override*/;
45 // NOLINTEND
46
47public:
48 // destructor thunk
49 // NOLINTBEGIN
50 MCAPI void $dtor();
51 // NOLINTEND
52
53public:
54 // virtual function thunks
55 // NOLINTBEGIN
56 MCAPI char const* $getJsonName() const;
57
58 MCAPI void $deserializeData(::DeserializeDataParams deserializeDataParams);
59 // NOLINTEND
60
61public:
62 // vftables
63 // NOLINTBEGIN
64 MCAPI static void** $vftable();
65 // NOLINTEND
66};
Definition ActorComponentDescription.h:8
Definition DeserializeDataParams.h:15
Definition DwellerDescription.h:13
Definition Alias.h:14