mirror of
https://github.com/raysan5/raylib.git
synced 2026-07-10 11:19:42 +00:00
rlparser: update raylib_api.* by CI
This commit is contained in:
@@ -4177,7 +4177,15 @@ return {
|
||||
},
|
||||
{
|
||||
name = "IsPathFile",
|
||||
description = "Check if given path is a file or a directory",
|
||||
description = "Check if given path points to a file",
|
||||
returnType = "bool",
|
||||
params = {
|
||||
{type = "const char *", name = "path"}
|
||||
}
|
||||
},
|
||||
{
|
||||
name = "IsPathDirectory",
|
||||
description = "Check if given path points to a directory",
|
||||
returnType = "bool",
|
||||
params = {
|
||||
{type = "const char *", name = "path"}
|
||||
|
||||
Reference in New Issue
Block a user