11 ::ll::TypedStorage<1, 1, bool> mIsError;
12 ::ll::TypedStorage<8, 64, ::entt::meta_any> mValue;
17 ResultAny(ResultAny
const&);
25 MCAPI
explicit ResultAny(::entt::meta_any&& resultAny);
31 MCAPI ::entt::meta_any toAny();
33 MCAPI ::entt::meta_any toAny()
const;
35 MCAPI ::entt::meta_any toErrorAny()
const;
43 MCAPI static ::Scripting::ResultAny makeErrorFromAny(::entt::meta_any&& errorAny);
45 MCAPI static ::Scripting::ResultAny makeResultFromAny(::entt::meta_any
const& resultAny);
53 MCAPI
void* $ctor(::entt::meta_any&& resultAny);