dfhack/plugins/lua/pathable.lua

12 lines
164 B
Lua

2017-07-05 21:54:55 -06:00
local _ENV = mkmodule('plugins.pathable')
--[[
Native functions: (see docs/dev/Lua API.rst for details)
2017-07-05 21:54:55 -06:00
- paintScreen(cursor[,skip_unrevealed])
]]
return _ENV