28 GameTestError& operator=(GameTestError
const&);
29 GameTestError(GameTestError
const&);
35 MCNAPI
GameTestError(::gametest::GameTestErrorType type_, ::std::string
const& message_);
38 ::gametest::GameTestErrorType type_,
39 ::std::string
const& message_,
40 ::std::vector<::std::string> params_
44 ::gametest::GameTestErrorType type_,
45 ::std::string
const& message_,
46 ::std::vector<::std::string> params_,
47 ::std::optional<::gametest::GameTestErrorContext> context_
54 MCNAPI static ::Scripting::ErrorBinding
bind();
60 MCNAPI
void*
$ctor(::gametest::GameTestErrorType type_, ::std::string
const& message_);
63 $ctor(::gametest::GameTestErrorType type_, ::std::string
const& message_, ::std::vector<::std::string> params_);
66 ::gametest::GameTestErrorType type_,
67 ::std::string
const& message_,
68 ::std::vector<::std::string> params_,
69 ::std::optional<::gametest::GameTestErrorContext> context_
Definition GameTestErrorContext.h:12
MCAPI void * $ctor(::gametest::GameTestErrorType type_, ::std::string const &message_, ::std::vector<::std::string > params_, ::std::optional<::gametest::GameTestErrorContext > context_)