LeviLamina
Loading...
Searching...
No Matches
RangedAttackDefinition.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/util/json_util/JsonSchemaObjectNode.h"
7#include "mc/world/actor/ai/goal/BaseGoalDefinition.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace JsonUtil { class EmptyClass; }
12// clang-format on
13
15public:
16 // RangedAttackDefinition inner types define
17 using self = ::RangedAttackDefinition;
18
19public:
20 // member variables
21 // NOLINTBEGIN
22 ::ll::TypedStorage<4, 4, int> mBurstShots;
23 ::ll::TypedStorage<4, 4, float> mTargetInSightTime;
24 ::ll::TypedStorage<4, 4, float> mBurstCooldownTime;
25 ::ll::TypedStorage<4, 4, float> mChargeReadyTime;
26 ::ll::TypedStorage<4, 4, float> mChargeReloadTime;
27 ::ll::TypedStorage<4, 4, float> mReloadTimeMin;
28 ::ll::TypedStorage<4, 4, float> mReloadTimeMax;
29 ::ll::TypedStorage<4, 4, float> mAttackRadius;
30 ::ll::TypedStorage<4, 4, float> mAttackRadiusMin;
31 ::ll::TypedStorage<4, 4, float> mMaxRotationX;
32 ::ll::TypedStorage<4, 4, float> mMaxHeadRotationY;
33 ::ll::TypedStorage<4, 4, float> mRangedFov;
34 ::ll::TypedStorage<4, 4, float> mSpeedMultiplier;
35 ::ll::TypedStorage<1, 1, bool> mSetPersistent;
36 ::ll::TypedStorage<1, 1, bool> mSwing;
37 // NOLINTEND
38
39public:
40 // virtual functions
41 // NOLINTBEGIN
42 virtual ~RangedAttackDefinition() /*override*/ = default;
43 // NOLINTEND
44
45public:
46 // static functions
47 // NOLINTBEGIN
48 MCAPI static void buildSchema(
49 ::std::string const& name,
51 );
52 // NOLINTEND
53
54public:
55 // vftables
56 // NOLINTBEGIN
57 MCNAPI static void** $vftable();
58 // NOLINTEND
59};
Definition BaseGoalDefinition.h:10
Definition EmptyClass.h:7
Definition JsonSchemaObjectNode.h:8
Definition RangedAttackDefinition.h:14
static MCAPI void ** $vftable()