LeviLamina
Loading...
Searching...
No Matches
FindActorNode.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/actor/ActorType.h"
7#include "mc/world/actor/bhave/BehaviorStatus.h"
8#include "mc/world/actor/bhave/node/BehaviorNode.h"
9
10// auto generated forward declare list
11// clang-format off
12class Actor;
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<4, 4, ::ActorType> mActorType;
20 ::ll::TypedStorage<4, 4, int> mSearchRadius;
21 // NOLINTEND
22
23public:
24 // virtual functions
25 // NOLINTBEGIN
26 virtual ::BehaviorStatus tick(::Actor& owner) /*override*/;
27
28 virtual void initializeFromDefinition(::Actor& owner) /*override*/;
29
30 virtual ~FindActorNode() /*override*/ = default;
31 // NOLINTEND
32
33public:
34 // virtual function thunks
35 // NOLINTBEGIN
36 MCAPI ::BehaviorStatus $tick(::Actor& owner);
37
38 MCAPI void $initializeFromDefinition(::Actor& owner);
39
40
41 // NOLINTEND
42
43public:
44 // vftables
45 // NOLINTBEGIN
46 MCNAPI static void** $vftable();
47 // NOLINTEND
48};
Definition Actor.h:106
Definition BehaviorNode.h:17
Definition FindActorNode.h:15
static MCAPI void ** $vftable()