From f2ef227b938546f18ad51b1deea28a8450764436 Mon Sep 17 00:00:00 2001 From: "Michael Cook (mackal)" Date: Sun, 1 Feb 2015 17:26:48 -0500 Subject: [PATCH] Updated Lua General Functions (markdown) --- Lua-General-Functions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Lua-General-Functions.md b/Lua-General-Functions.md index 9cb38a6..0c235ee 100644 --- a/Lua-General-Functions.md +++ b/Lua-General-Functions.md @@ -186,6 +186,8 @@ Bool enable_recipe(Integer recipe_id); Bool disable_recipe(Integer recipe_id); Void clear_npctype_cache(Integer npctype_id); Real clock(); +Void debug(String message); +Void debug(String message, Integer level); ``` SpawnPointOptions is a lua table that accepts the following values: