3#include "mc/_HeaderOutputPredefine.h"
7namespace brstd {
struct source_location; }
10namespace Molang::details {
33 uint64 instructionIndexToPutThisInstruction,
34 uint64 instructionToJumpTo,
47 uint64 loopScopeInitializationInstructionIndex,
48 uint64 loopRepeatLogicInstructionIndex,
49 uint64 loopCleanupInstructionIndex,
50 uint64 nextStatementIndex,
Definition MolangProgramBuildState.h:12
MCAPI uint64 allocateInstruction()
MCAPI void popLoopScope(uint64 instructionIndex)
MCAPI void popForEachScope(uint64 instructionIndex)
MCAPI void insertJumpWithMaddAtIndex(uint64 instructionIndexToPutThisInstruction, uint64 instructionToJumpTo, float mulValue, float addValue, ::brstd::source_location source)
MCAPI void pushValue(float value, ::brstd::source_location source)
MCAPI void setReturnValue(float value, ::brstd::source_location source)
MCAPI void pushLoopScope(uint64 loopScopeInitializationInstructionIndex, uint64 loopRepeatLogicInstructionIndex, uint64 loopCleanupInstructionIndex, uint64 nextStatementIndex, ::brstd::source_location source)
MCAPI void pushReturnValue(::brstd::source_location source)
MCAPI ~MolangProgramBuildState()
MCAPI uint64 numInstructions() const
Definition source_location.h:7