浏览代码

Update raylib_api.* by CI

pull/5163/head
github-actions[bot] 1 个月前
父节点
当前提交
d7f82aa7ae
共有 4 个文件被更改,包括 4 次插入4 次删除
  1. +1
    -1
      tools/parser/output/raylib_api.json
  2. +1
    -1
      tools/parser/output/raylib_api.lua
  3. +1
    -1
      tools/parser/output/raylib_api.txt
  4. +1
    -1
      tools/parser/output/raylib_api.xml

+ 1
- 1
tools/parser/output/raylib_api.json 查看文件

@ -9129,7 +9129,7 @@
"name": "fontSize"
},
{
"type": "const int *",
"type": "int *",
"name": "codepoints"
},
{

+ 1
- 1
tools/parser/output/raylib_api.lua 查看文件

@ -6593,7 +6593,7 @@ return {
{type = "const unsigned char *", name = "fileData"},
{type = "int", name = "dataSize"},
{type = "int", name = "fontSize"},
{type = "const int *", name = "codepoints"},
{type = "int *", name = "codepoints"},
{type = "int", name = "codepointCount"},
{type = "int", name = "type"}
}

+ 1
- 1
tools/parser/output/raylib_api.txt 查看文件

@ -3499,7 +3499,7 @@ Function 399: LoadFontData() (6 input parameters)
Param[1]: fileData (type: const unsigned char *)
Param[2]: dataSize (type: int)
Param[3]: fontSize (type: int)
Param[4]: codepoints (type: const int *)
Param[4]: codepoints (type: int *)
Param[5]: codepointCount (type: int)
Param[6]: type (type: int)
Function 400: GenImageFontAtlas() (6 input parameters)

+ 1
- 1
tools/parser/output/raylib_api.xml 查看文件

@ -2309,7 +2309,7 @@
<Param type="const unsigned char *" name="fileData" desc="" />
<Param type="int" name="dataSize" desc="" />
<Param type="int" name="fontSize" desc="" />
<Param type="const int *" name="codepoints" desc="" />
<Param type="int *" name="codepoints" desc="" />
<Param type="int" name="codepointCount" desc="" />
<Param type="int" name="type" desc="" />
</Function>

正在加载...
取消
保存