LeviLamina
Loading...
Searching...
No Matches
AquaticChargeAttackGoalDefinition.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/shared_types/FloatRange.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
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<4, 4, float> mMaxChargeDistance;
21 ::ll::TypedStorage<4, 4, float> mChargeSpeedMultiplier;
22 ::ll::TypedStorage<4, 4, float> mAttackReach;
23 ::ll::TypedStorage<4, 4, float> mKnockbackForce;
24 ::ll::TypedStorage<4, 4, float> mChargeOvershootDistance;
25 ::ll::TypedStorage<4, 8, ::SharedTypes::FloatRange> mChargeCooldownTime;
26 // NOLINTEND
27
28public:
29 // static functions
30 // NOLINTBEGIN
31 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
32 // NOLINTEND
33
34public:
35 // static variables
36 // NOLINTBEGIN
37 MCAPI static ::std::string_view const& NAME();
38 // NOLINTEND
39};
40
41} // namespace SharedTypes::v1_21_120
Definition BaseGoalDefinition.h:12
Definition AquaticChargeAttackGoalDefinition.h:16
Definition ReflectionCtx.h:11
Definition ctx.h:5