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