LeviLamina
Loading...
Searching...
No Matches
DashActionDefinition.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/util/json_util/JsonSchemaObjectNode.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace JsonUtil { class EmptyClass; }
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
28
29public:
30 // member functions
31 // NOLINTBEGIN
32 MCNAPI void setDirection(::std::string const& direction);
33 // NOLINTEND
34
35public:
36 // static functions
37 // NOLINTBEGIN
38 MCNAPI static void buildSchema(
40 );
41 // NOLINTEND
42};
Definition DashActionDefinition.h:13
MCAPI void setDirection(::std::string const &direction)
static MCAPI void buildSchema(::std::shared_ptr<::JsonUtil::JsonSchemaObjectNode<::JsonUtil::EmptyClass, ::DashActionDefinition > > &root)
Definition JsonSchemaObjectNode.h:8
Definition Alias.h:14