Variable Engine.StackMaxItemSize

Maximum size of an item on the stack

class Engine
{
  // ...
  immutable(ulong) StackMaxItemSize ;
  // ...
}