LeviLamina
Loading...
Searching...
No Matches
MolangEvalStackState.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
9 ::ll::TypedStorage<8, 8, uint64> mContinueIndexStackSize;
10 ::ll::TypedStorage<8, 8, uint64> mBreakIndexStackSize;
11 ::ll::TypedStorage<8, 8, uint64> mDataStackSize;
12 ::ll::TypedStorage<8, 8, uint64> mMissingVariableOrActorIndexStackSize;
13 ::ll::TypedStorage<8, 8, uint64> mPublicAccessModeStackSize;
14 // NOLINTEND
15};
Definition MolangEvalStackState.h:5