LeviLamina
Loading...
Searching...
No Matches
MeleeAttackGoalBaseDefinition.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#include "mc/deps/shared_types/v1_21_120/actor/ActorDefinitionTrigger.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace cereal { struct ReflectionCtx; }
12// clang-format on
13
14namespace SharedTypes::v1_21_120 {
15
16struct MeleeAttackGoalBaseDefinition : public ::SharedTypes::BaseGoalDefinition {
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<8, 32, ::std::string> mAttackTypes;
21 ::ll::TypedStorage<8, 368, ::SharedTypes::v1_21_120::ActorDefinitionTrigger> mOnAttack;
22 ::ll::TypedStorage<8, 368, ::SharedTypes::v1_21_120::ActorDefinitionTrigger> mOnKill;
23 ::ll::TypedStorage<4, 4, float> mCooldownTime;
24 ::ll::TypedStorage<4, 4, float> mMeleeFov;
25 ::ll::TypedStorage<4, 4, float> mMaxRotationX;
26 ::ll::TypedStorage<4, 4, float> mMaxHeadRotationY;
27 ::ll::TypedStorage<4, 4, int> mRandomStopInterval;
28 ::ll::TypedStorage<1, 1, bool> mAttackOnce;
29 ::ll::TypedStorage<1, 1, bool> mCanSpreadOnFire;
30 ::ll::TypedStorage<1, 1, bool> mRequireCompletePath;
31 ::ll::TypedStorage<1, 1, bool> mTrackTarget;
32 ::ll::TypedStorage<1, 1, bool> mHijackMountNavigation;
33 ::ll::TypedStorage<4, 4, float> mMinPathTime;
34 ::ll::TypedStorage<4, 4, float> mMaxPathTime;
35 ::ll::TypedStorage<4, 4, float> mPathFailTimeIncrease;
36 ::ll::TypedStorage<4, 4, float> mInnerBoundaryTimeIncrease;
37 ::ll::TypedStorage<4, 4, float> mOuterBoundaryTimeIncrease;
38 ::ll::TypedStorage<4, 4, float> mPathInnerBoundary;
39 ::ll::TypedStorage<4, 4, float> mPathOuterBoundary;
40 ::ll::TypedStorage<4, 4, float> mSpeedMultiplier;
41 // NOLINTEND
42
43public:
44 // member functions
45 // NOLINTBEGIN
46 MCAPI MeleeAttackGoalBaseDefinition();
47
48 MCAPI MeleeAttackGoalBaseDefinition(::SharedTypes::v1_21_120::MeleeAttackGoalBaseDefinition const&);
49
50 MCAPI ::SharedTypes::v1_21_120::MeleeAttackGoalBaseDefinition&
52
53 MCAPI ::SharedTypes::v1_21_120::MeleeAttackGoalBaseDefinition&
55
56 MCAPI ~MeleeAttackGoalBaseDefinition();
57 // NOLINTEND
58
59public:
60 // static functions
61 // NOLINTBEGIN
62 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
63 // NOLINTEND
64
65public:
66 // static variables
67 // NOLINTBEGIN
68 MCAPI static ::std::string_view const& NAME();
69 // NOLINTEND
70
71public:
72 // constructor thunks
73 // NOLINTBEGIN
74 MCAPI void* $ctor();
75
77 // NOLINTEND
78
79public:
80 // destructor thunk
81 // NOLINTBEGIN
82 MCAPI void $dtor();
83 // NOLINTEND
84};
85
86} // namespace SharedTypes::v1_21_120
Definition BaseGoalDefinition.h:12
Definition MeleeAttackGoalBaseDefinition.h:16
Definition ReflectionCtx.h:11
Definition ctx.h:5