container_limited

The “container_limited” type is defined in CoreTypes.aslx. It implements a container which can only accept a certain number of objects (via the maxobjects attribute). If the player tries to add more objects, they are told that the container is full.

The rest of the container functionality is automatically inherited from the container type.