From 1eac476db74db7ea76468eb536ec1209685a2296 Mon Sep 17 00:00:00 2001 From: Daniel Brooks Date: Tue, 8 May 2018 16:04:35 -0700 Subject: [PATCH] add a note to the docs --- docs/Lua API.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/Lua API.rst b/docs/Lua API.rst index d79924cc1..2429efde1 100644 --- a/docs/Lua API.rst +++ b/docs/Lua API.rst @@ -3349,6 +3349,19 @@ module file is still necessary for ``require`` to read. The following plugins have lua support. +blueprint +========= + +Native functions: + +* ``dig(start, end, name)`` +* ``build(start, end, name)`` +* ``place(start, end, name)`` +* ``query(start, end, name)`` + + ``start`` and ``end`` are tables containing positions (see + ``xyz2pos``). ``name`` is used as the basis for the filename. + burrows =======