mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-14 10:25:29 +00:00
rlparser: update raylib_api.* by CI
This commit is contained in:
@@ -4646,7 +4646,7 @@
|
|||||||
"params": [
|
"params": [
|
||||||
{
|
{
|
||||||
"type": "const char *",
|
"type": "const char *",
|
||||||
"name": "dir"
|
"name": "dirPath"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -4167,7 +4167,7 @@ return {
|
|||||||
description = "Change working directory, return true on success",
|
description = "Change working directory, return true on success",
|
||||||
returnType = "bool",
|
returnType = "bool",
|
||||||
params = {
|
params = {
|
||||||
{type = "const char *", name = "dir"}
|
{type = "const char *", name = "dirPath"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1763,7 +1763,7 @@ Function 143: ChangeDirectory() (1 input parameters)
|
|||||||
Name: ChangeDirectory
|
Name: ChangeDirectory
|
||||||
Return type: bool
|
Return type: bool
|
||||||
Description: Change working directory, return true on success
|
Description: Change working directory, return true on success
|
||||||
Param[1]: dir (type: const char *)
|
Param[1]: dirPath (type: const char *)
|
||||||
Function 144: IsPathFile() (1 input parameters)
|
Function 144: IsPathFile() (1 input parameters)
|
||||||
Name: IsPathFile
|
Name: IsPathFile
|
||||||
Return type: bool
|
Return type: bool
|
||||||
|
|||||||
@@ -1111,7 +1111,7 @@
|
|||||||
<Param type="const char *" name="dirPath" desc="" />
|
<Param type="const char *" name="dirPath" desc="" />
|
||||||
</Function>
|
</Function>
|
||||||
<Function name="ChangeDirectory" retType="bool" paramCount="1" desc="Change working directory, return true on success">
|
<Function name="ChangeDirectory" retType="bool" paramCount="1" desc="Change working directory, return true on success">
|
||||||
<Param type="const char *" name="dir" desc="" />
|
<Param type="const char *" name="dirPath" desc="" />
|
||||||
</Function>
|
</Function>
|
||||||
<Function name="IsPathFile" retType="bool" paramCount="1" desc="Check if a given path is a file or a directory">
|
<Function name="IsPathFile" retType="bool" paramCount="1" desc="Check if a given path is a file or a directory">
|
||||||
<Param type="const char *" name="path" desc="" />
|
<Param type="const char *" name="path" desc="" />
|
||||||
|
|||||||
Reference in New Issue
Block a user