rlparser: update raylib_api.* by CI

This commit is contained in:
github-actions[bot]
2026-07-02 08:49:50 +00:00
parent 0c0375f8ae
commit 9f60957b84
5 changed files with 507 additions and 474 deletions

View File

@@ -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"}