LeviLamina
Loading...
Searching...
No Matches
PropertyBinding.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/scripting/binding_type/TaggedBinding.h"
7
8namespace Scripting {
9
11public:
12 // member variables
13 // NOLINTBEGIN
27 // NOLINTEND
28
29public:
30 // prevent constructor by default
31 PropertyBinding& operator=(PropertyBinding const&);
32
33public:
34 // member functions
35 // NOLINTBEGIN
37
39
41
42 MCNAPI bool isValidPropertyValue(::entt::meta_any const& any) const;
43
45 // NOLINTEND
46
47public:
48 // constructor thunks
49 // NOLINTBEGIN
50 MCNAPI void* $ctor();
51
53
54 MCNAPI void* $ctor(::Scripting::PropertyBinding const&);
55 // NOLINTEND
56
57public:
58 // destructor thunk
59 // NOLINTBEGIN
60 MCNAPI void $dtor();
61 // NOLINTEND
62};
63
64} // namespace Scripting
Definition PropertyBinding.h:10
MCAPI PropertyBinding(::Scripting::PropertyBinding &&)
MCAPI void * $ctor(::Scripting::PropertyBinding &&)
MCAPI bool isValidPropertyValue(::entt::meta_any const &any) const
MCAPI void * $ctor(::Scripting::PropertyBinding const &)
MCAPI PropertyBinding(::Scripting::PropertyBinding const &)
Definition TaggedBinding.h:13
Definition Alias.h:14