V-Gears 0
Free Final Fantasy VII engine.
Instruction.cpp File Reference
Include dependency graph for Instruction.cpp:

Functions

void SetOutputStackEffect (bool value)
 Changes whether or not to output the stack effect for an instruction. More...
 

Variables

bool output_stack_effect = true
 

Function Documentation

◆ SetOutputStackEffect()

void SetOutputStackEffect ( bool  value)

Changes whether or not to output the stack effect for an instruction.

Parameters
[in]valueTrue to output the effect, false not to.

Variable Documentation

◆ output_stack_effect

bool output_stack_effect = true