11 ::ll::TypedStorage<1, 1, bool> mIsError;
12 ::ll::TypedStorage<8, 192, ::entt::meta_any> mValue;
20 MCAPI
explicit ResultAny(::entt::meta_any&& resultAny);
22 MCAPI ::entt::meta_any toAny();
24 MCAPI ::entt::meta_any toAny()
const;
26 MCAPI ::entt::meta_any toErrorAny()
const;
34 MCAPI static ::Scripting::ResultAny makeErrorFromAny(::entt::meta_any&& errorAny);
36 MCAPI static ::Scripting::ResultAny makeResultFromAny(::entt::meta_any
const& resultAny);
44 MCAPI
void* $ctor(::entt::meta_any&& resultAny);