LeviLamina
Loading...
Searching...
No Matches
ScriptPackConfiguration.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/scripting/ScriptPackPermissions.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace Json { class Value; }
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
17 ::ll::TypedStorage<8, 64, ::std::unordered_map<::std::string, ::Json::Value>> mPackVariables;
18 ::ll::TypedStorage<8, 64, ::std::unordered_map<::std::string, ::std::string>> mPackSecrets;
19 ::ll::TypedStorage<8, 96, ::ScriptPackPermissions> mPackPermisions;
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
25
26public:
27 // member functions
28 // NOLINTBEGIN
30
32
34
35 MCNAPI ::ScriptPackConfiguration& operator=(::ScriptPackConfiguration&&);
36
38 // NOLINTEND
39
40public:
41 // constructor thunks
42 // NOLINTBEGIN
43 MCNAPI void* $ctor();
44
45 MCNAPI void* $ctor(::ScriptPackConfiguration const&);
46
48 // NOLINTEND
49
50public:
51 // destructor thunk
52 // NOLINTBEGIN
53 MCNAPI void $dtor();
54 // NOLINTEND
55};
Definition ScriptPackConfiguration.h:13
MCAPI void * $ctor(::ScriptPackConfiguration const &)
MCAPI ScriptPackConfiguration(::ScriptPackConfiguration &&)
MCAPI ScriptPackConfiguration(::ScriptPackConfiguration const &)
MCAPI::ScriptPackConfiguration & operator=(::ScriptPackConfiguration &&)
MCAPI void * $ctor()
MCAPI void * $ctor(::ScriptPackConfiguration &&)