You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Functions mouseTile and mouseTileAndEdge which convert mouse position to tile position, is approximating which tile is being highlighted. While this approximation is good, it is not 100% between tiles. Memedit is used for Board.GetHighlighted and Board.IsHighlighted to make them perfectly accurate, matching when the game considers a tile highlighted by the mouse cursor.
Memedit does not change mouseTile or mouseTileAndEdge, so everything that uses these functions instead of Board.GetHighlighted or Board.IsHighlighted will not use memedit, and will therefor remain inaccurate, even when memedit is enabled.
Functions
mouseTile
andmouseTileAndEdge
which convert mouse position to tile position, is approximating which tile is being highlighted. While this approximation is good, it is not 100% between tiles. Memedit is used forBoard.GetHighlighted
andBoard.IsHighlighted
to make them perfectly accurate, matching when the game considers a tile highlighted by the mouse cursor.Default mod loader functions:
Modified memedit functions:
Memedit does not change
mouseTile
ormouseTileAndEdge
, so everything that uses these functions instead ofBoard.GetHighlighted
orBoard.IsHighlighted
will not use memedit, and will therefor remain inaccurate, even when memedit is enabled.mouseTile is used in:
mouseTileAndEdge is used in:
The text was updated successfully, but these errors were encountered: