rlparser: update raylib_api.* by CI

This commit is contained in:
github-actions[bot]
2026-04-01 21:23:44 +00:00
parent 5c2dee0862
commit f36533cbd8
4 changed files with 8 additions and 8 deletions

View File

@ -4199,7 +4199,7 @@ return {
},
{
name = "LoadDirectoryFiles",
description = "Load directory filepaths",
description = "Load directory filepaths, files and directories, no subdirs scan",
returnType = "FilePathList",
params = {
{type = "const char *", name = "dirPath"}
@ -4207,7 +4207,7 @@ return {
},
{
name = "LoadDirectoryFilesEx",
description = "Load directory filepaths with extension filtering and recursive directory scan. Use 'DIR' in the filter string to include directories in the result",
description = "Load directory filepaths with extension filtering and subdir scan; some filters available: "*.*", "FILES*", "DIRS*"",
returnType = "FilePathList",
params = {
{type = "const char *", name = "basePath"},