From d751c9fb0e62fc0229ed8baa40e07483c49d6b5b Mon Sep 17 00:00:00 2001 From: Bluub Date: Sun, 20 Jun 2021 22:11:38 +0200 Subject: [PATCH] update md --- Bot.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Bot.md b/Bot.md index 1d1d08ac..71f85f80 100644 --- a/Bot.md +++ b/Bot.md @@ -38,7 +38,8 @@ function getDanger(); -- @param y1 should be int -- @param x2 should be int -- @param y2 should be int -function getPath(x1, y1, x2, y2); +-- @param throughBreakable bool path is going through breakables blocks or not +function getPath(x1, y1, x2, y2, throughBreakable); -- getPlayer returns player pos as {x = xPlayer, y = yPlayer} function getPlayer();