LeviLamina
Loading...
Searching...
No Matches
DefendTrustedTargetGoal.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/legacy/LevelSoundEvent.h"
7#include "mc/world/actor/ActorDefinitionTrigger.h"
8#include "mc/world/actor/ai/goal/target/NearestAttackableTargetGoal.h"
9
10// auto generated forward declare list
11// clang-format off
12class TrustComponent;
13struct ActorUniqueID;
14// clang-format on
15
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<4, 4, ::SharedTypes::Legacy::LevelSoundEvent> mAggroSound;
21 ::ll::TypedStorage<8, 104, ::ActorDefinitionTrigger const> mOnStartEvent;
22 // NOLINTEND
23
24public:
25 // virtual functions
26 // NOLINTBEGIN
27 // vIndex: 1
28 virtual bool canUse() /*override*/;
29
30 // vIndex: 4
31 virtual void start() /*override*/;
32
33 // vIndex: 7
34 virtual void appendDebugInfo(::std::string& str) const /*override*/;
35
36 // vIndex: 0
37 virtual ~DefendTrustedTargetGoal() /*override*/ = default;
38 // NOLINTEND
39
40public:
41 // member functions
42 // NOLINTBEGIN
43 MCNAPI ::ActorUniqueID _findTrustedTarget(::TrustComponent const& trust);
44 // NOLINTEND
45
46public:
47 // virtual function thunks
48 // NOLINTBEGIN
49 MCNAPI bool $canUse();
50
51 MCNAPI void $start();
52
53 MCNAPI void $appendDebugInfo(::std::string& str) const;
54 // NOLINTEND
55
56public:
57 // vftables
58 // NOLINTBEGIN
59 MCNAPI static void** $vftable();
60 // NOLINTEND
61};
Definition DefendTrustedTargetGoal.h:16
MCAPI::ActorUniqueID _findTrustedTarget(::TrustComponent const &trust)
static MCAPI void ** $vftable()
MCAPI void $appendDebugInfo(::std::string &str) const
Definition NearestAttackableTargetGoal.h:16
Definition TrustComponent.h:16
Definition ActorUniqueID.h:5