LeviLamina
Loading...
Searching...
No Matches
SonicBoomGoalDefinition.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 SonicBoomGoalDefinition : public ::SharedTypes::BaseGoalDefinition {
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<4, 4, float> mDuration;
20 ::ll::TypedStorage<4, 4, float> mSpeedMultiplier;
21 ::ll::TypedStorage<4, 4, float> mAttackDamage;
22 ::ll::TypedStorage<4, 4, float> mAttackRangeHorizontal;
23 ::ll::TypedStorage<4, 4, float> mAttackRangeVertical;
24 ::ll::TypedStorage<4, 4, float> mAttackCooldown;
25 ::ll::TypedStorage<4, 4, float> mKnockbackHorizontalStrength;
26 ::ll::TypedStorage<4, 4, float> mKnockbackVerticalStrength;
27 ::ll::TypedStorage<4, 4, float> mKnockbackHeightCap;
28 ::ll::TypedStorage<4, 4, float> mDurationUntilAttackSound;
29 ::ll::TypedStorage<8, 32, ::std::string> mAttackSound;
30 ::ll::TypedStorage<8, 32, ::std::string> mChargeSound;
31 // NOLINTEND
32
33public:
34 // prevent constructor by default
35 SonicBoomGoalDefinition& operator=(SonicBoomGoalDefinition const&);
36 SonicBoomGoalDefinition(SonicBoomGoalDefinition const&);
37 SonicBoomGoalDefinition();
38
39public:
40 // member functions
41 // NOLINTBEGIN
42 MCAPI ::SharedTypes::v1_21_110::SonicBoomGoalDefinition&
44
45 MCAPI ~SonicBoomGoalDefinition();
46 // NOLINTEND
47
48public:
49 // static functions
50 // NOLINTBEGIN
51 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
52 // NOLINTEND
53
54public:
55 // static variables
56 // NOLINTBEGIN
57 MCAPI static ::std::string_view const& NAME();
58 // NOLINTEND
59
60public:
61 // destructor thunk
62 // NOLINTBEGIN
63 MCFOLD void $dtor();
64 // NOLINTEND
65};
66
67} // namespace SharedTypes::v1_21_110
Definition BaseGoalDefinition.h:12
Definition SonicBoomGoalDefinition.h:15
Definition ReflectionCtx.h:11
Definition ctx.h:5