LeviLamina
Loading...
Searching...
No Matches
SwimUpForBreathGoalDefinition.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/actor/BaseGoalDefinition.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace cereal { struct ReflectionCtx; }
11// clang-format on
12
13namespace SharedTypes::v1_21_110 {
14
15struct SwimUpForBreathGoalDefinition : public ::SharedTypes::BaseGoalDefinition {
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<4, 4, float> mSpeedMod;
20 ::ll::TypedStorage<4, 4, int> mSearchRadius;
21 ::ll::TypedStorage<4, 4, int> mSearchHeight;
22 ::ll::TypedStorage<8, 32, ::std::string> mMaterialTypeName;
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
27 SwimUpForBreathGoalDefinition& operator=(SwimUpForBreathGoalDefinition const&);
28 SwimUpForBreathGoalDefinition(SwimUpForBreathGoalDefinition const&);
29 SwimUpForBreathGoalDefinition();
30
31public:
32 // member functions
33 // NOLINTBEGIN
34 MCAPI ::SharedTypes::v1_21_110::SwimUpForBreathGoalDefinition&
36
37 MCAPI ~SwimUpForBreathGoalDefinition();
38 // NOLINTEND
39
40public:
41 // static functions
42 // NOLINTBEGIN
43 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
44 // NOLINTEND
45
46public:
47 // static variables
48 // NOLINTBEGIN
49 MCAPI static ::std::string_view const& DEFAULT_MATERIAL_TYPE_NAME();
50
51 MCAPI static ::std::string_view const& NAME();
52 // NOLINTEND
53
54public:
55 // destructor thunk
56 // NOLINTBEGIN
57 MCFOLD void $dtor();
58 // NOLINTEND
59};
60
61} // namespace SharedTypes::v1_21_110
Definition BaseGoalDefinition.h:12
Definition SwimUpForBreathGoalDefinition.h:15
Definition ReflectionCtx.h:11
Definition ctx.h:5