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

@ -4685,7 +4685,7 @@
},
{
"name": "LoadDirectoryFiles",
"description": "Load directory filepaths",
"description": "Load directory filepaths, files and directories, no subdirs scan",
"returnType": "FilePathList",
"params": [
{
@ -4696,7 +4696,7 @@
},
{
"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": [
{