Skip to content

Commit ae438e8

Browse files
rlparser: update raylib_api.* by CI
1 parent 2a56654 commit ae438e8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

tools/rlparser/output/raylib_api.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4646,7 +4646,7 @@
46464646
"params": [
46474647
{
46484648
"type": "const char *",
4649-
"name": "dir"
4649+
"name": "dirPath"
46504650
}
46514651
]
46524652
},

tools/rlparser/output/raylib_api.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4167,7 +4167,7 @@ return {
41674167
description = "Change working directory, return true on success",
41684168
returnType = "bool",
41694169
params = {
4170-
{type = "const char *", name = "dir"}
4170+
{type = "const char *", name = "dirPath"}
41714171
}
41724172
},
41734173
{

tools/rlparser/output/raylib_api.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1763,7 +1763,7 @@ Function 143: ChangeDirectory() (1 input parameters)
17631763
Name: ChangeDirectory
17641764
Return type: bool
17651765
Description: Change working directory, return true on success
1766-
Param[1]: dir (type: const char *)
1766+
Param[1]: dirPath (type: const char *)
17671767
Function 144: IsPathFile() (1 input parameters)
17681768
Name: IsPathFile
17691769
Return type: bool

tools/rlparser/output/raylib_api.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1111,7 +1111,7 @@
11111111
<Param type="const char *" name="dirPath" desc="" />
11121112
</Function>
11131113
<Function name="ChangeDirectory" retType="bool" paramCount="1" desc="Change working directory, return true on success">
1114-
<Param type="const char *" name="dir" desc="" />
1114+
<Param type="const char *" name="dirPath" desc="" />
11151115
</Function>
11161116
<Function name="IsPathFile" retType="bool" paramCount="1" desc="Check if a given path is a file or a directory">
11171117
<Param type="const char *" name="path" desc="" />

0 commit comments

Comments
 (0)