LeviLamina
Loading...
Searching...
No Matches
ChargeAttackGoalDefinition.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
9// auto generated forward declare list
10// clang-format off
11namespace cereal { struct ReflectionCtx; }
12// clang-format on
13
14namespace SharedTypes::v1_21_100 {
15
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<4, 4, float> mMinDistance;
21 ::ll::TypedStorage<4, 4, float> mMaxDistance;
22 ::ll::TypedStorage<4, 4, float> mSpeedMultiplier;
23 ::ll::TypedStorage<4, 4, float> mSuccessRate;
24 ::ll::TypedStorage<4, 4, ::SharedTypes::Legacy::LevelSoundEvent> mSoundEvent;
25 // NOLINTEND
26
27public:
28 // static functions
29 // NOLINTBEGIN
30 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
31 // NOLINTEND
32
33public:
34 // static variables
35 // NOLINTBEGIN
36 MCAPI static ::std::string_view const& NAME();
37 // NOLINTEND
38};
39
40} // namespace SharedTypes::v1_21_100
Definition BaseGoalDefinition.h:12
Definition ChargeAttackGoalDefinition.h:16
Definition ReflectionCtx.h:11
Definition ctx.h:5