From 7e0365857d4af487ad07dfb43a85ed7b789075aa Mon Sep 17 00:00:00 2001 From: Alexander Gavrilov Date: Thu, 27 Sep 2012 11:19:28 +0400 Subject: Edit docs a bit more. --- Lua API.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lua API.html') diff --git a/Lua API.html b/Lua API.html index f30bb6ec..36be1ba4 100644 --- a/Lua API.html +++ b/Lua API.html @@ -781,7 +781,7 @@ running coroutine and let the C++ code release the core suspend lock. Using an explicit dfhack.with_suspend will prevent this, forcing the function to block on input with lock held.

-
  • dfhack.interpreter([prompt[,env[,history_filename]]])

    +
  • dfhack.interpreter([prompt[,history_filename[,env]]])

    Starts an interactive lua interpreter, using the specified prompt string, global environment and command-line history file.

    If the interactive console is not accessible, returns nil, error.

    -- cgit v1.2.1