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::TypedStorage<8, 8, ::std::unique_ptr<::BehaviorNode>> mActiveChild;
19
// NOLINTEND
20
21
public
:
22
// virtual functions
23
// NOLINTBEGIN
24
virtual ::BehaviorStatus tick(
::Actor
& owner)
/*override*/
;
25
26
virtual
void
initializeFromDefinition(
::Actor
& owner)
/*override*/
;
27
28
virtual
~RepeatUntilFailureNode
()
/*override*/
=
default
;
29
// NOLINTEND
30
31
public
:
32
// virtual function thunks
33
// NOLINTBEGIN
34
MCAPI ::BehaviorStatus $tick(
::Actor
& owner);
35
36
MCFOLD
void
$initializeFromDefinition(
::Actor
& owner);
37
38
39
// NOLINTEND
40
41
public
:
42
// vftables
43
// NOLINTBEGIN
44
MCNAPI
static
void
**
$vftable
();
45
// NOLINTEND
46
};
Actor
Definition
Actor.h:106
BehaviorNode
Definition
BehaviorNode.h:17
RepeatUntilFailureNode
Definition
RepeatUntilFailureNode.h:14
RepeatUntilFailureNode::$vftable
static MCAPI void ** $vftable()
src
mc
world
actor
bhave
node
RepeatUntilFailureNode.h
Generated on
for LeviLamina by
1.16.1