Bug: getSubtileOffset() only returns x
Posted: Tue Nov 25, 2014 7:39 pm
When writing a script, GameObject:getSubtileOffset() only seem to return the x offset and not the y offset.
(The game version is 2.1.17)
Code: Select all
-- Example:
local x, y = party:getSubtileOffset()
print(x, y) -- x is a number but y is nil