Alias wesnoth.interface.scroll_to_hex to wesnoth.units.scroll_to

This commit is contained in:
Celtic Minstrel 2019-11-16 17:12:27 -05:00
parent e0cf8c5982
commit c27863b6f5

View file

@ -491,6 +491,8 @@ if wesnoth.kernel_type() == "Game Lua Kernel" then
end
--[========[Units module]========]
wesnoth.units.scroll_to = wesnoth.interface.scroll_to_hex
--! Modifies all the units satisfying the given @a filter.
--! @param vars key/value pairs that need changing.