22 ::ll::TypedStorage<4, 4, uint> mPC;
23 ::ll::TypedStorage<8, 8, ::MolangScriptArg const*> mRet;
24 ::ll::TypedStorage<8, 56, ::MolangVariableMap> mTempVariables;
25 ::ll::TypedStorage<8, 56, ::MolangVariableMap> mContextVariables;
26 ::ll::TypedStorage<8, 24, ::std::vector<uint64>> mContinueIndexStack;
27 ::ll::TypedStorage<8, 24, ::std::vector<uint64>> mBreakIndexStack;
28 ::ll::TypedStorage<8, 24, ::std::vector<::MolangScriptArg>> mDataStack;
29 ::ll::TypedStorage<8, 24, ::std::vector<uint64>> mMissingVariableOrActorIndexStack;
30 ::ll::TypedStorage<8, 8, uint64> mPublicAccessModeStack;
31 ::ll::TypedStorage<8, 8, ::gsl::not_null<::RenderParams*>> mRenderParams;
38 getActorPtrFromPushedArray(uint64 arrayStackOffset, uint64 arrayElementOffset,
bool& outOfElements)
const;
40 MCAPI ::Actor* popActor();
42 MCAPI uint64 popMissingVariableOrActorAddress(::MolangVariableIndex variableIndex);
44 MCAPI uint64 popMissingVariableOrActorAddress(
::HashedString const& variableName);
54 MCAPI static ::RenderParams& mErrorRenderParams();
56 MCAPI static ::MolangEvalParams& mThreadLocalMolangEvalParams();