LeviLamina
Loading...
Searching...
No Matches
SequenceBehaviorNode.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
SequenceBehaviorNode
:
public
::BehaviorNode
{
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::UntypedStorage<8, 8>
mUnk78378f;
19
::ll::UntypedStorage<8, 8>
mUnkf09ebd;
20
// NOLINTEND
21
22
public
:
23
// prevent constructor by default
24
SequenceBehaviorNode
& operator=(
SequenceBehaviorNode
const
&);
25
SequenceBehaviorNode
(
SequenceBehaviorNode
const
&);
26
SequenceBehaviorNode
();
27
28
public
:
29
// virtual functions
30
// NOLINTBEGIN
31
// vIndex: 1
32
virtual ::BehaviorStatus tick(
::Actor
&)
/*override*/
;
33
34
// vIndex: 2
35
virtual
void
initializeFromDefinition(
::Actor
& owner)
/*override*/
;
36
37
// vIndex: 0
38
virtual
~SequenceBehaviorNode
()
/*override*/
=
default
;
39
// NOLINTEND
40
41
public
:
42
// virtual function thunks
43
// NOLINTBEGIN
44
MCNAPI
void
$initializeFromDefinition
(
::Actor
& owner);
45
// NOLINTEND
46
47
public
:
48
// vftables
49
// NOLINTBEGIN
50
MCNAPI
static
void
**
$vftable
();
51
// NOLINTEND
52
};
Actor
Definition
Actor.h:102
BehaviorNode
Definition
BehaviorNode.h:13
SequenceBehaviorNode
Definition
SequenceBehaviorNode.h:14
SequenceBehaviorNode::$vftable
static MCAPI void ** $vftable()
SequenceBehaviorNode::$initializeFromDefinition
MCAPI void $initializeFromDefinition(::Actor &owner)
ll::UntypedStorage
Definition
Alias.h:14
src-server
mc
world
actor
bhave
node
SequenceBehaviorNode.h
Generated on Sun Oct 12 2025 06:32:18 for LeviLamina by
1.12.0