瀏覽代碼

rlparser: update raylib_api.* by CI

pull/5496/head
github-actions[bot] 2 週之前
父節點
當前提交
9cf4d9f247
共有 4 個文件被更改,包括 4 次插入16 次删除
  1. +0
    -5
      tools/rlparser/output/raylib_api.json
  2. +0
    -5
      tools/rlparser/output/raylib_api.lua
  3. +3
    -4
      tools/rlparser/output/raylib_api.txt
  4. +1
    -2
      tools/rlparser/output/raylib_api.xml

+ 0
- 5
tools/rlparser/output/raylib_api.json 查看文件

@ -1324,11 +1324,6 @@
"name": "FilePathList",
"description": "File path list",
"fields": [
{
"type": "unsigned int",
"name": "capacity",
"description": "Filepaths max entries"
},
{
"type": "unsigned int",
"name": "count",

+ 0
- 5
tools/rlparser/output/raylib_api.lua 查看文件

@ -1324,11 +1324,6 @@ return {
name = "FilePathList",
description = "File path list",
fields = {
{
type = "unsigned int",
name = "capacity",
description = "Filepaths max entries"
},
{
type = "unsigned int",
name = "count",

+ 3
- 4
tools/rlparser/output/raylib_api.txt 查看文件

@ -540,12 +540,11 @@ Struct 31: VrStereoConfig (8 fields)
Field[6]: float[2] rightScreenCenter // VR right screen center
Field[7]: float[2] scale // VR distortion scale
Field[8]: float[2] scaleIn // VR distortion scale in
Struct 32: FilePathList (3 fields)
Struct 32: FilePathList (2 fields)
Name: FilePathList
Description: File path list
Field[1]: unsigned int capacity // Filepaths max entries
Field[2]: unsigned int count // Filepaths entries count
Field[3]: char ** paths // Filepaths entries
Field[1]: unsigned int count // Filepaths entries count
Field[2]: char ** paths // Filepaths entries
Struct 33: AutomationEvent (3 fields)
Name: AutomationEvent
Description: Automation event

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

@ -280,8 +280,7 @@
<Field type="float[2]" name="scale" desc="VR distortion scale" />
<Field type="float[2]" name="scaleIn" desc="VR distortion scale in" />
</Struct>
<Struct name="FilePathList" fieldCount="3" desc="File path list">
<Field type="unsigned int" name="capacity" desc="Filepaths max entries" />
<Struct name="FilePathList" fieldCount="2" desc="File path list">
<Field type="unsigned int" name="count" desc="Filepaths entries count" />
<Field type="char **" name="paths" desc="Filepaths entries" />
</Struct>

Loading…
取消
儲存