Lua API: Deprecate the helper.lua module itself

This commit is contained in:
Celtic Minstrel 2021-07-04 16:39:17 -04:00 committed by Celtic Minstrel
parent 4ec60b99d9
commit aed779fb6a

View file

@ -1,5 +1,7 @@
--! #textdomain wesnoth --! #textdomain wesnoth
wesnoth.deprecated_message('helper.lua', 3, '1.19', 'Everything in this module has been moved into the core modules')
local helper = {} local helper = {}
local wml_actions = wesnoth.wml_actions local wml_actions = wesnoth.wml_actions