LeviLamina
Loading...
Searching...
No Matches
ActorEventResponse.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/util/Factory.h"
7#include "mc/util/json_util/JsonSchemaObjectNode.h"
8
9// auto generated forward declare list
10// clang-format off
11class RenderParams;
13namespace JsonUtil { class EmptyClass; }
14// clang-format on
15
17public:
18 // virtual functions
19 // NOLINTBEGIN
20 virtual ~ActorEventResponse() = default;
21
22 virtual ::std::string const& getName() const;
23
24 virtual void executeAction(::RenderParams& params) const = 0;
25
26 virtual void buildSchema(
28 root,
30 ) const;
31 // NOLINTEND
32
33public:
34 // virtual function thunks
35 // NOLINTBEGIN
36
37 // NOLINTEND
38};
Definition ActorEventResponse.h:16
Definition Factory.h:6
Definition EmptyClass.h:7
Definition JsonSchemaObjectNode.h:8
Definition RenderParams.h:30
Definition ActorEventResponseCollection.h:16