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