dfhack/plugins/lua/pathable.lua

12 lines
164 B
Lua

local _ENV = mkmodule('plugins.pathable')
--[[
Native functions: (see docs/dev/Lua API.rst for details)
- paintScreen(cursor[,skip_unrevealed])
]]
return _ENV