CheckPath(int x, int y)
Example:
CheckPath(0, 0) -- return bool (true == found path)
Last updated 2 years ago