LeviLamina
Loading...
Searching...
No Matches
WorkDefinition.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/actor/ai/goal/BaseGoalDefinition.h"
7
8// auto generated forward declare list
9// clang-format off
10class EntityContext;
11class WorkGoal;
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
26 // NOLINTEND
27
28public:
29 // prevent constructor by default
32
33public:
34 // virtual functions
35 // NOLINTBEGIN
36 // vIndex: 0
37 virtual ~WorkDefinition() /*override*/;
38 // NOLINTEND
39
40public:
41 // member functions
42 // NOLINTBEGIN
43 MCAPI void initialize(::EntityContext& entity, ::WorkGoal& goal) const;
44
45 MCAPI ::WorkDefinition& operator=(::WorkDefinition const&);
46 // NOLINTEND
47
48public:
49 // destructor thunk
50 // NOLINTBEGIN
51 MCAPI void $dtor();
52 // NOLINTEND
53
54public:
55 // vftables
56 // NOLINTBEGIN
57 MCAPI static void** $vftable();
58 // NOLINTEND
59};
Definition BaseGoalDefinition.h:10
Definition EntityContext.h:16
Definition WorkDefinition.h:14
Definition WorkGoal.h:17
Definition Alias.h:14