home » builders » builder's lessons » container flags

Container flags

The container conditions can be combined. For instance a container can be all 4 possible flags. Use the bit number in the value field. If a container is locked and closed and closable, then you would add 1 and 4 and 8. This is equal to 13. Put this in the value field. These container fields can also be used on carts.

 CONT_CLOSEABLE		      1
 CONT_PICKPROOF		      2
 CONT_CLOSED		      4
 CONT_LOCKED		      8