[LuaDoc] Declare tstring to be concatenatable
This commit is contained in:
parent
fb8dd0f27b
commit
a2fdfaa7f7
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue