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 virtual void load(::Json::Value value, ::BehaviorFactory const& factory) /*override*/;
19 // NOLINTEND
20
21public:
22 // virtual function thunks
23 // NOLINTBEGIN
24 MCFOLD void $load(::Json::Value value, ::BehaviorFactory const& factory);
25
26
27 // NOLINTEND
28
29public:
30 // vftables
31 // NOLINTBEGIN
32 MCNAPI static void** $vftable();
33 // NOLINTEND
34};
Definition BehaviorFactory.h:13
Definition CompositeDefinition.h:15
Definition Value.h:16
Definition SequenceDefinition.h:14
static MCAPI void ** $vftable()