|
|
MolangProgramBuildState & | operator= (MolangProgramBuildState const &) |
|
| MolangProgramBuildState (MolangProgramBuildState const &) |
| MCAPI uint64 | allocateInstruction () |
| MCAPI void | insertJumpWithMaddAtIndex (uint64 instructionIndexToPutThisInstruction, uint64 instructionToJumpTo, float mulValue, float addValue, ::brstd::source_location) |
| MCAPI void | popForEachScope (uint64 instructionIndex) |
| MCAPI void | popLoopScope (uint64 instructionIndex) |
| MCAPI void | pushLoopScope (uint64 loopScopeInitializationInstructionIndex, uint64 loopRepeatLogicInstructionIndex, uint64 loopCleanupInstructionIndex, uint64 nextStatementIndex, ::brstd::source_location) |
| MCAPI void | pushReturnValue (::brstd::source_location) |
| MCAPI void | pushValue (float value, ::brstd::source_location) |
| MCAPI void | setReturnValue (float value, ::brstd::source_location) |
| MCAPI | ~MolangProgramBuildState () |
| MCAPI void | $dtor () |
◆ ~MolangProgramBuildState()
| MCAPI Molang::details::MolangProgramBuildState::~MolangProgramBuildState |
( |
| ) |
|
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ allocateInstruction()
| MCAPI uint64 Molang::details::MolangProgramBuildState::allocateInstruction |
( |
| ) |
|
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ insertJumpWithMaddAtIndex()
| MCAPI void Molang::details::MolangProgramBuildState::insertJumpWithMaddAtIndex |
( |
uint64 | instructionIndexToPutThisInstruction, |
|
|
uint64 | instructionToJumpTo, |
|
|
float | mulValue, |
|
|
float | addValue, |
|
|
::brstd::source_location | ) |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ popForEachScope()
| MCAPI void Molang::details::MolangProgramBuildState::popForEachScope |
( |
uint64 | instructionIndex | ) |
|
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ popLoopScope()
| MCAPI void Molang::details::MolangProgramBuildState::popLoopScope |
( |
uint64 | instructionIndex | ) |
|
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ pushLoopScope()
| MCAPI void Molang::details::MolangProgramBuildState::pushLoopScope |
( |
uint64 | loopScopeInitializationInstructionIndex, |
|
|
uint64 | loopRepeatLogicInstructionIndex, |
|
|
uint64 | loopCleanupInstructionIndex, |
|
|
uint64 | nextStatementIndex, |
|
|
::brstd::source_location | ) |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ pushReturnValue()
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ pushValue()
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ setReturnValue()
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ $dtor()
| MCAPI void Molang::details::MolangProgramBuildState::$dtor |
( |
| ) |
|
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
The documentation for this struct was generated from the following file: