ContainerModelOverflowAmount Property |
Namespace: Livit.Learn.Model
The OverflowAmount can be used, for instance, to trigger an explosion when a Container is too far over capacity.
<DataCondition Property="OverflowAmount" Comparison="GreaterThan" Value="1000"> <Actions> <Explode /> </Actions> </DataCondition>