LeviLamina
Loading...
Searching...
No Matches
NpcDialogueScene.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace Json { class Value; }
8// clang-format on
9
11public:
12 // member variables
13 // NOLINTBEGIN
18 // NOLINTEND
19
20public:
21 // prevent constructor by default
22 NpcDialogueScene& operator=(NpcDialogueScene const&);
25
26public:
27 // member functions
28 // NOLINTBEGIN
29 MCAPI ::NpcDialogueScene& operator=(::NpcDialogueScene&&);
30
31 MCAPI ~NpcDialogueScene();
32 // NOLINTEND
33
34public:
35 // static functions
36 // NOLINTBEGIN
37 MCAPI static ::NpcDialogueScene
38 parse(::Json::Value const& sceneNode, ::std::string const& fileName, int packCommandVersion);
39 // NOLINTEND
40
41public:
42 // destructor thunk
43 // NOLINTBEGIN
44 MCAPI void $dtor();
45 // NOLINTEND
46};
Definition Value.h:16
Definition NpcDialogueScene.h:10
Definition Alias.h:14