LeviLamina
Loading...
Searching...
No Matches
SequenceDefinition.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/actor/bhave/definition/CompositeDefinition.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 // virtual functions
17 // NOLINTBEGIN
18 // vIndex: 1
19 virtual void load(::Json::Value value, ::BehaviorFactory const& factory) /*override*/;
20
21 // vIndex: 0
22 virtual ~SequenceDefinition() /*override*/ = default;
23 // NOLINTEND
24
25public:
26 // destructor thunk
27 // NOLINTBEGIN
28
29 // NOLINTEND
30
31public:
32 // virtual function thunks
33 // NOLINTBEGIN
34 MCFOLD void $load(::Json::Value value, ::BehaviorFactory const& factory);
35 // NOLINTEND
36
37public:
38 // vftables
39 // NOLINTBEGIN
40 MCAPI static void** $vftable();
41 // NOLINTEND
42};
Definition BehaviorFactory.h:13
Definition CompositeDefinition.h:15
Definition Value.h:16
Definition SequenceDefinition.h:14