So, I am trying to find the neighbor cell, and am using the get_neighbor_cell(), however, I am getting an error code.
map_control.gd:16 @ move_tile(): Method/function failed. Returning: p_coords
<C++ Source> scene/2d/tile_map.cpp:3834 @ get_neighbor_cell()
<Stack Trace> map_control.gd:16 @ move_tile()
turn_control.gd:45 @ _input()
I am unsure what this error code is referring to. What is p_coords in the return? I can't find any documentation on that, if someone knows where I can read up on that or know what the problem might be much obliged.