You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: parser/output/raylib_api.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4523,7 +4523,7 @@
4523
4523
},
4524
4524
{
4525
4525
"name": "LoadDirectoryFilesEx",
4526
-
"description": "Load directory filepaths with extension filtering and recursive directory scan. Use "/DIR" in the filter string to include directories in the result",
4526
+
"description": "Load directory filepaths with extension filtering and recursive directory scan. Use 'DIR' in the filter string to include directories in the result",
Copy file name to clipboardExpand all lines: parser/output/raylib_api.lua
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4076,7 +4076,7 @@ return {
4076
4076
},
4077
4077
{
4078
4078
name="LoadDirectoryFilesEx",
4079
-
description="Load directory filepaths with extension filtering and recursive directory scan. Use "/DIR" in the filter string to include directories in the result",
4079
+
description="Load directory filepaths with extension filtering and recursive directory scan. Use 'DIR' in the filter string to include directories in the result",
Copy file name to clipboardExpand all lines: parser/output/raylib_api.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1722,7 +1722,7 @@ Function 137: LoadDirectoryFiles() (1 input parameters)
1722
1722
Function 138: LoadDirectoryFilesEx() (3 input parameters)
1723
1723
Name: LoadDirectoryFilesEx
1724
1724
Return type: FilePathList
1725
-
Description: Load directory filepaths with extension filtering and recursive directory scan. Use "/DIR" in the filter string to include directories in the result
1725
+
Description: Load directory filepaths with extension filtering and recursive directory scan. Use 'DIR' in the filter string to include directories in the result
<Functionname="LoadDirectoryFilesEx"retType="FilePathList"paramCount="3"desc="Load directory filepaths with extension filtering and recursive directory scan. Use "/DIR" in the filter string to include directories in the result">
1084
+
<Functionname="LoadDirectoryFilesEx"retType="FilePathList"paramCount="3"desc="Load directory filepaths with extension filtering and recursive directory scan. Use 'DIR' in the filter string to include directories in the result">
0 commit comments