Page 1 of 1

LuaSurface.get_tile missing param type

Posted: Wed Oct 11, 2023 11:32 pm
by _CodeGreen
LuaSurface.get_tile (and set_tile) says it takes two parameters, x and y, which are both integers.
However, in the description it says it can instead take a singular TilePosition, but it is not actually included in the typedef, which trickles down into sumneko LuaLS giving me a warning for both missing-parameter and param-type-mismatch.

Any chance this could be included?