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
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 // vIndex: 0
43 virtual ~RangedAttackDefinition() /*override*/ = default;
44 // NOLINTEND
45
46public:
47 // static functions
48 // NOLINTBEGIN
49 MCAPI static void buildSchema(
50 ::std::string const& name,
52 );
53 // NOLINTEND
54
55public:
56 // vftables
57 // NOLINTBEGIN
58 MCNAPI static void** $vftable();
59 // NOLINTEND
60};
Definition BaseGoalDefinition.h:10
Definition JsonSchemaObjectNode.h:8
Definition RangedAttackDefinition.h:14
static MCAPI void ** $vftable()