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