View Source VacEngine.Simulation.SimpleStacks (Vac Engine v1.1.1)

Simple stacks are stacks with only two layers:

  • one template layer at position 0
  • one runnable layer at position 1

This is the only type of stack used in the current VacEngine simulation implementation.

Link to this section Summary

Link to this section Functions

Link to this function

delete_stack_template(stack)

View Source
Link to this function

fork_runnable_case(simple_stack, name)

View Source
Link to this function

get_blueprints_sharing_runnable_case(stack)

View Source
Link to this function

get_stack_runnable_case(stack)

View Source
Link to this function

get_stack_template_case(stack)

View Source
Link to this function

set_stack_template(stack, template_case_id)

View Source