LeviLamina
Loading...
Searching...
No Matches
RamAttackGoalDefinition.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/legacy/LevelSoundEvent.h"
8#include "mc/deps/shared_types/shared_types/FloatRange.h"
9
10// auto generated forward declare list
11// clang-format off
12namespace SharedTypes::v1_21_120 { struct ActorDefinitionTrigger; }
13namespace cereal { struct ReflectionCtx; }
14// clang-format on
15
16namespace SharedTypes::v1_26_10 {
17
18struct RamAttackGoalDefinition : public ::SharedTypes::BaseGoalDefinition {
19public:
20 // member variables
21 // NOLINTBEGIN
22 ::ll::TypedStorage<4, 4, int> mRamDistance;
23 ::ll::TypedStorage<4, 4, int> mMinRamDistance;
24 ::ll::TypedStorage<4, 4, float> mKnockbackForce;
25 ::ll::TypedStorage<4, 4, float> mKnockbackHeight;
26 ::ll::TypedStorage<4, 4, float> mBabyKnockbackModifier;
27 ::ll::TypedStorage<4, 4, float> mRunSpeed;
28 ::ll::TypedStorage<4, 4, float> mRamSpeed;
29 ::ll::TypedStorage<8, 24, ::std::vector<::SharedTypes::v1_21_120::ActorDefinitionTrigger>> mOnStartTriggers;
30 ::ll::TypedStorage<4, 4, ::SharedTypes::Legacy::LevelSoundEvent> mPreRamSound;
31 ::ll::TypedStorage<4, 4, ::SharedTypes::Legacy::LevelSoundEvent> mRamImpactSound;
32 ::ll::TypedStorage<4, 8, ::SharedTypes::FloatRange> mCooldownTime;
33 // NOLINTEND
34
35public:
36 // prevent constructor by default
37 RamAttackGoalDefinition& operator=(RamAttackGoalDefinition const&);
38 RamAttackGoalDefinition(RamAttackGoalDefinition const&);
39 RamAttackGoalDefinition();
40
41public:
42 // member functions
43 // NOLINTBEGIN
44 MCAPI ::SharedTypes::v1_26_10::RamAttackGoalDefinition&
46
47 MCAPI ~RamAttackGoalDefinition();
48 // NOLINTEND
49
50public:
51 // static functions
52 // NOLINTBEGIN
53 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
54 // NOLINTEND
55
56public:
57 // static variables
58 // NOLINTBEGIN
59 MCAPI static float const& DEFAULT_BABY_KNOCKBACK_MODIFIER();
60
61 MCAPI static float const& DEFAULT_KNOCKBACK_FORCE();
62
63 MCAPI static float const& DEFAULT_KNOCKBACK_HEIGHT();
64
65 MCAPI static int const& DEFAULT_MIN_RAM_DISTANCE();
66
67 MCAPI static int const& DEFAULT_RAM_DISTANCE();
68
69 MCAPI static float const& DEFAULT_RAM_SPEED();
70
71 MCAPI static float const& DEFAULT_RUN_SPEED();
72
73 MCAPI static ::std::string_view const& NAME();
74 // NOLINTEND
75
76public:
77 // destructor thunk
78 // NOLINTBEGIN
79 MCAPI void $dtor();
80 // NOLINTEND
81};
82
83} // namespace SharedTypes::v1_26_10
Definition BaseGoalDefinition.h:12
Definition ActorDefinitionTrigger.h:16
Definition RamAttackGoalDefinition.h:18
Definition ReflectionCtx.h:11
Definition ctx.h:5