소스 검색

Update raylib_api.* by CI

pull/4013/head
github-actions[bot] 10 달 전
부모
커밋
a942a3bc70
4개의 변경된 파일456개의 추가작업 그리고 429개의 파일을 삭제
  1. +11
    -0
      parser/output/raylib_api.json
  2. +8
    -0
      parser/output/raylib_api.lua
  3. +433
    -428
      parser/output/raylib_api.txt
  4. +4
    -1
      parser/output/raylib_api.xml

+ 11
- 0
parser/output/raylib_api.json 파일 보기

@ -4499,6 +4499,17 @@
}
]
},
{
"name": "IsFileNameValid",
"description": "Check if fileName is valid for the platform/OS",
"returnType": "bool",
"params": [
{
"type": "const char *",
"name": "fileName"
}
]
},
{
"name": "LoadDirectoryFiles",
"description": "Load directory filepaths",

+ 8
- 0
parser/output/raylib_api.lua 파일 보기

@ -4058,6 +4058,14 @@ return {
{type = "const char *", name = "path"}
}
},
{
name = "IsFileNameValid",
description = "Check if fileName is valid for the platform/OS",
returnType = "bool",
params = {
{type = "const char *", name = "fileName"}
}
},
{
name = "LoadDirectoryFiles",
description = "Load directory filepaths",

+ 433
- 428
parser/output/raylib_api.txt
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기


+ 4
- 1
parser/output/raylib_api.xml 파일 보기

@ -670,7 +670,7 @@
<Param type="unsigned int" name="frames" desc="" />
</Callback>
</Callbacks>
<Functions count="562">
<Functions count="563">
<Function name="InitWindow" retType="void" paramCount="3" desc="Initialize window and OpenGL context">
<Param type="int" name="width" desc="" />
<Param type="int" name="height" desc="" />
@ -1075,6 +1075,9 @@
<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="" />
</Function>
<Function name="IsFileNameValid" retType="bool" paramCount="1" desc="Check if fileName is valid for the platform/OS">
<Param type="const char *" name="fileName" desc="" />
</Function>
<Function name="LoadDirectoryFiles" retType="FilePathList" paramCount="1" desc="Load directory filepaths">
<Param type="const char *" name="dirPath" desc="" />
</Function>

불러오는 중...
취소
저장