mirror of
https://github.com/raysan5/raylib.git
synced 2026-04-10 01:09:10 -04:00
rlparser: update raylib_api.* by CI
This commit is contained in:
@ -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"},
|
||||
|
||||
Reference in New Issue
Block a user