Get Tile Information

Summary

Gets information at a tile to compare.

Properties

NameExplanationType
TypeThe data to acquire: Collision, Height, Region, or Shape. 
StrategyHow to find the tile: Down, Up, Closest. 
PositionThe X, Y, Z coordinate of the tile.Variable or Value
Target VariableThe 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.