[LuaDoc] Fix function signature for wesnoth.game_display
This commit is contained in:
parent
09c88d2b47
commit
2b05ed7339
1 changed files with 1 additions and 1 deletions
|
@ -132,5 +132,5 @@ function wesnoth.interface.color_adjust(red, green, blue) end
|
|||
---@param duration integer How long the fade takes to apply, in milliseconds
|
||||
function wesnoth.interface.screen_fade(color, duration) end
|
||||
|
||||
---@type table<string, fun()>
|
||||
---@type table<string, fun():WML>
|
||||
wesnoth.game_display = {}
|
||||
|
|
Loading…
Add table
Reference in a new issue