[LuaDoc] Declare tstring to be concatenatable

This commit is contained in:
Celtic Minstrel 2024-02-15 23:15:54 -05:00
parent fb8dd0f27b
commit a2fdfaa7f7

View file

@ -10,6 +10,8 @@ function wesnoth.kernel_type() end
function wesnoth.dofile(path, ...) end
---@class tstring : string
---@operator concat(string):tstring
---@operator concat(tstring):tstring
tstring = {}
tstring.format = string.format