mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-21 05:48:55 +00:00

This means that they are now added to the interface module by default in C++, and only duplicated to the Wesnoth module in Lua. Some additional functions were moved: - wesnoth.scroll -> wesnoth.interface.scroll - wesnoth.zoom -> wesnoth.interface.zoom - wesnoth.get_mouseover_tile -> wesnoth.interface.get_hovered_hex - wesnoth.color_adjust -> wesnoth.interface.color_adjust - wesnoth.set_menu_item -> wesnoth.interface.set_menu_item - wesnoth.clear_menu_item -> wesnoth.interface.clear_menu_item Added wesnoth.units.get_hovered as an alias of wesnoth.interface.get_displayed_unit