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
17 ::ll::TypedStorage<8, 32, ::std::string> mType;
18 ::ll::TypedStorage<8, 32, ::std::string> mRole;
19 ::ll::TypedStorage<8, 32, ::std::string> mPreferredProfession;
20 ::ll::TypedStorage<4, 4, int> mUpdateBase;
21 ::ll::TypedStorage<4, 4, int> mUpdateVariant;
22 ::ll::TypedStorage<4, 4, int> mFirstFoundingReward;
23 ::ll::TypedStorage<4, 4, float> mDwellingBoundsTolerance;
24 ::ll::TypedStorage<1, 1, bool> mCanFindPOI;
25 ::ll::TypedStorage<1, 1, bool> mCanMigrate;
26 // NOLINTEND
27
28public:
29 // virtual functions
30 // NOLINTBEGIN
31 virtual char const* getJsonName() const /*override*/;
32
33 virtual void deserializeData(::DeserializeDataParams deserializeDataParams) /*override*/;
34
35 virtual ~DwellerDescription() /*override*/;
36 // NOLINTEND
37
38public:
39 // destructor thunk
40 // NOLINTBEGIN
41 MCAPI void $dtor();
42 // NOLINTEND
43
44public:
45 // virtual function thunks
46 // NOLINTBEGIN
47 MCAPI char const* $getJsonName() const;
48
49 MCAPI void $deserializeData(::DeserializeDataParams deserializeDataParams);
50
51
52 // NOLINTEND
53
54public:
55 // vftables
56 // NOLINTBEGIN
57 MCNAPI static void** $vftable();
58 // NOLINTEND
59};
Definition ActorComponentDescription.h:8
Definition DeserializeDataParams.h:16
Definition DwellerDescription.h:13
static MCAPI void ** $vftable()