mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Update raylib_api.* by CI
This commit is contained in:
@ -4438,7 +4438,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "IsFileExtension",
|
"name": "IsFileExtension",
|
||||||
"description": "Check file extension (including point: .png, .wav)",
|
"description": "Check file extension (recommended include point: .png, .wav)",
|
||||||
"returnType": "bool",
|
"returnType": "bool",
|
||||||
"params": [
|
"params": [
|
||||||
{
|
{
|
||||||
|
|||||||
@ -4027,7 +4027,7 @@ return {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name = "IsFileExtension",
|
name = "IsFileExtension",
|
||||||
description = "Check file extension (including point: .png, .wav)",
|
description = "Check file extension (recommended include point: .png, .wav)",
|
||||||
returnType = "bool",
|
returnType = "bool",
|
||||||
params = {
|
params = {
|
||||||
{type = "const char *", name = "fileName"},
|
{type = "const char *", name = "fileName"},
|
||||||
|
|||||||
@ -1670,7 +1670,7 @@ Function 125: DirectoryExists() (1 input parameters)
|
|||||||
Function 126: IsFileExtension() (2 input parameters)
|
Function 126: IsFileExtension() (2 input parameters)
|
||||||
Name: IsFileExtension
|
Name: IsFileExtension
|
||||||
Return type: bool
|
Return type: bool
|
||||||
Description: Check file extension (including point: .png, .wav)
|
Description: Check file extension (recommended include point: .png, .wav)
|
||||||
Param[1]: fileName (type: const char *)
|
Param[1]: fileName (type: const char *)
|
||||||
Param[2]: ext (type: const char *)
|
Param[2]: ext (type: const char *)
|
||||||
Function 127: GetFileLength() (1 input parameters)
|
Function 127: GetFileLength() (1 input parameters)
|
||||||
|
|||||||
@ -1054,7 +1054,7 @@
|
|||||||
<Function name="DirectoryExists" retType="bool" paramCount="1" desc="Check if a directory path exists">
|
<Function name="DirectoryExists" retType="bool" paramCount="1" desc="Check if a directory path exists">
|
||||||
<Param type="const char *" name="dirPath" desc="" />
|
<Param type="const char *" name="dirPath" desc="" />
|
||||||
</Function>
|
</Function>
|
||||||
<Function name="IsFileExtension" retType="bool" paramCount="2" desc="Check file extension (including point: .png, .wav)">
|
<Function name="IsFileExtension" retType="bool" paramCount="2" desc="Check file extension (recommended include point: .png, .wav)">
|
||||||
<Param type="const char *" name="fileName" desc="" />
|
<Param type="const char *" name="fileName" desc="" />
|
||||||
<Param type="const char *" name="ext" desc="" />
|
<Param type="const char *" name="ext" desc="" />
|
||||||
</Function>
|
</Function>
|
||||||
|
|||||||
Reference in New Issue
Block a user