LeviLamina
Loading...
Searching...
No Matches
InteractActionNode.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/actor/bhave/BehaviorStatus.h"
7
#include "mc/world/actor/bhave/node/BehaviorNode.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
Actor
;
12
// clang-format on
13
14
class
InteractActionNode
:
public
::BehaviorNode
{
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::UntypedStorage<4, 4>
mUnk8a0f82;
19
::ll::UntypedStorage<4, 4>
mUnk1c03bd;
20
::ll::UntypedStorage<1, 1>
mUnk4f68bd;
21
::ll::UntypedStorage<1, 1>
mUnk937f3b;
22
// NOLINTEND
23
24
public
:
25
// prevent constructor by default
26
InteractActionNode
& operator=(
InteractActionNode
const
&);
27
InteractActionNode
(
InteractActionNode
const
&);
28
InteractActionNode
();
29
30
public
:
31
// virtual functions
32
// NOLINTBEGIN
33
// vIndex: 1
34
virtual ::BehaviorStatus tick(
::Actor
& owner)
/*override*/
;
35
36
// vIndex: 2
37
virtual
void
initializeFromDefinition(
::Actor
& owner)
/*override*/
;
38
39
// vIndex: 0
40
virtual
~InteractActionNode
()
/*override*/
=
default
;
41
// NOLINTEND
42
43
public
:
44
// destructor thunk
45
// NOLINTBEGIN
46
47
// NOLINTEND
48
49
public
:
50
// virtual function thunks
51
// NOLINTBEGIN
52
MCAPI ::BehaviorStatus $tick(
::Actor
& owner);
53
54
MCFOLD
void
$initializeFromDefinition(
::Actor
& owner);
55
// NOLINTEND
56
57
public
:
58
// vftables
59
// NOLINTBEGIN
60
MCAPI
static
void
** $vftable();
61
// NOLINTEND
62
};
Actor
Definition
Actor.h:104
BehaviorNode
Definition
BehaviorNode.h:13
InteractActionNode
Definition
InteractActionNode.h:14
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
actor
bhave
node
InteractActionNode.h
Generated on Sat Apr 26 2025 05:56:05 for LeviLamina by
1.12.0