Commands /
Get Tile Information
Summary
Gets information at a tile to compare.
Properties
Name | Explanation | Type |
---|---|---|
Type | The data to acquire: Collision, Height, Region, or Shape. | |
Strategy | How to find the tile: Down, Up, Closest. | |
Position | The X, Y, Z coordinate of the tile. | Variable or Value |
Target Variable | The target local or global variable. | Variable |
- Note: Strategy is used to determine the best way to find the tile. Up will search upward from the provided Position to find the next tile that matches. Down would search down in a similar fashion. Closest will look either up or down from the current Position and choose whichever is closest.