mirror of
https://github.com/zoriya/Bomberman.git
synced 2025-12-06 06:26:13 +00:00
update md
This commit is contained in:
3
Bot.md
3
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();
|
||||
|
||||
Reference in New Issue
Block a user