Enum Rule
Single checking rule for auto tiling map blocks
Fields
Name | Description |
---|---|
AnyTile | True if the target block is not 0 |
Empty | True if the target block is 0 |
NotSameTile | True if the target block is the different with source |
SameTile | True if the target block is the same with source |
Whatever | Always true, do not check |