LeviLamina
Loading...
Searching...
No Matches
LookAtTradingPlayerGoal.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/actor/ai/goal/LookAtActorGoal.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
Mob
;
11
// clang-format on
12
13
class
LookAtTradingPlayerGoal
:
public
::LookAtActorGoal
{
14
public
:
15
// member variables
16
// NOLINTBEGIN
17
::ll::TypedStorage<8, 8, ::Mob&> mMob;
18
// NOLINTEND
19
20
public
:
21
// prevent constructor by default
22
LookAtTradingPlayerGoal
& operator=(
LookAtTradingPlayerGoal
const
&);
23
LookAtTradingPlayerGoal
(
LookAtTradingPlayerGoal
const
&);
24
LookAtTradingPlayerGoal
();
25
26
public
:
27
// virtual functions
28
// NOLINTBEGIN
29
// vIndex: 0
30
virtual
~LookAtTradingPlayerGoal
()
/*override*/
=
default
;
31
32
// vIndex: 1
33
virtual
bool
canUse()
/*override*/
;
34
35
// vIndex: 2
36
virtual
bool
canContinueToUse()
/*override*/
;
37
38
// vIndex: 7
39
virtual
void
appendDebugInfo(::std::string& str)
const
/*override*/
;
40
// NOLINTEND
41
42
public
:
43
// virtual function thunks
44
// NOLINTBEGIN
45
MCNAPI
bool
$canUse
();
46
47
MCNAPI
bool
$canContinueToUse
();
48
49
MCNAPI
void
$appendDebugInfo
(::std::string& str)
const
;
50
// NOLINTEND
51
52
public
:
53
// vftables
54
// NOLINTBEGIN
55
MCNAPI
static
void
**
$vftable
();
56
// NOLINTEND
57
};
LookAtActorGoal
Definition
LookAtActorGoal.h:16
LookAtTradingPlayerGoal
Definition
LookAtTradingPlayerGoal.h:13
LookAtTradingPlayerGoal::$canUse
MCAPI bool $canUse()
LookAtTradingPlayerGoal::$appendDebugInfo
MCAPI void $appendDebugInfo(::std::string &str) const
LookAtTradingPlayerGoal::$canContinueToUse
MCAPI bool $canContinueToUse()
LookAtTradingPlayerGoal::$vftable
static MCAPI void ** $vftable()
Mob
Definition
Mob.h:47
src
mc
world
actor
ai
goal
LookAtTradingPlayerGoal.h
Generated on Fri Jun 13 2025 05:04:59 for LeviLamina by
1.12.0