PathEngine home | previous: | next: |
Looks up the source tile index for the specified horizontal coordinates.
int32_t getTileForXY(int32_t x, int32_t y) const; |
x | The x coordinate being queried (world coordinates). | ||
y | The y coordinate being queried (world coordinates). |
int getTileForXY(int x, int y); |
int getTileForXY(int x, int y); |
Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEngine | next: |