12 lines
155 B
Lua
12 lines
155 B
Lua
|
local _ENV = mkmodule('plugins.pathable')
|
||
|
|
||
|
--[[
|
||
|
|
||
|
Native functions: (see Plugins.rst for details)
|
||
|
|
||
|
- paintScreen(cursor[,skip_unrevealed])
|
||
|
|
||
|
]]
|
||
|
|
||
|
return _ENV
|