From 32778e24f5055474c1a1d554d72b7f46f9c20e2f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 7 Oct 2023 14:15:49 +0000 Subject: [PATCH] update slate[no ci] --- docs/game_data/spel2.lua | 6 +++- docs/index.html | 62 ++++++++++++++++++++++++++++++++++++++-- docs/light.html | 62 ++++++++++++++++++++++++++++++++++++++-- 3 files changed, 125 insertions(+), 5 deletions(-) diff --git a/docs/game_data/spel2.lua b/docs/game_data/spel2.lua index f9f06777c..3eaaf6188 100644 --- a/docs/game_data/spel2.lua +++ b/docs/game_data/spel2.lua @@ -1157,9 +1157,13 @@ function get_local_state() end ---@return nil function get_local_players() end ---List files in directory relative to the script root. Returns table of file/directory names or nil if not found. ----@param dir string +---@param dir string? ---@return nil function list_dir(dir) end +---List files in directory relative to the mods data directory (Mods/Data/...). Returns table of file/directory names or nil if not found. +---@param dir string? +---@return nil +function list_data_dir(dir) end ---List all char.png files recursively from Mods/Packs. Returns table of file paths. ---@return nil function list_char_mods() end diff --git a/docs/index.html b/docs/index.html index 69f63ad49..257adfe7c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -324,6 +324,12 @@
  • Lua libraries