rlparser: update raylib_api.* by CI

This commit is contained in:
github-actions[bot]
2026-06-03 19:05:06 +00:00
parent 1a4445f510
commit fadcd1fac5
4 changed files with 12 additions and 12 deletions

View File

@@ -10564,7 +10564,7 @@
},
{
"type": "int",
"name": "slices"
"name": "sides"
},
{
"type": "Color",
@@ -10626,7 +10626,7 @@
},
{
"type": "int",
"name": "slices"
"name": "sides"
},
{
"type": "Color",
@@ -10657,7 +10657,7 @@
},
{
"type": "int",
"name": "slices"
"name": "sides"
},
{
"type": "Color",

View File

@@ -7364,7 +7364,7 @@ return {
{type = "float", name = "radiusTop"},
{type = "float", name = "radiusBottom"},
{type = "float", name = "height"},
{type = "int", name = "slices"},
{type = "int", name = "sides"},
{type = "Color", name = "color"}
}
},
@@ -7390,7 +7390,7 @@ return {
{type = "float", name = "radiusTop"},
{type = "float", name = "radiusBottom"},
{type = "float", name = "height"},
{type = "int", name = "slices"},
{type = "int", name = "sides"},
{type = "Color", name = "color"}
}
},
@@ -7403,7 +7403,7 @@ return {
{type = "Vector3", name = "endPos"},
{type = "float", name = "startRadius"},
{type = "float", name = "endRadius"},
{type = "int", name = "slices"},
{type = "int", name = "sides"},
{type = "Color", name = "color"}
}
},

View File

@@ -4035,7 +4035,7 @@ Function 476: DrawCylinder() (6 input parameters)
Param[2]: radiusTop (type: float)
Param[3]: radiusBottom (type: float)
Param[4]: height (type: float)
Param[5]: slices (type: int)
Param[5]: sides (type: int)
Param[6]: color (type: Color)
Function 477: DrawCylinderEx() (6 input parameters)
Name: DrawCylinderEx
@@ -4055,7 +4055,7 @@ Function 478: DrawCylinderWires() (6 input parameters)
Param[2]: radiusTop (type: float)
Param[3]: radiusBottom (type: float)
Param[4]: height (type: float)
Param[5]: slices (type: int)
Param[5]: sides (type: int)
Param[6]: color (type: Color)
Function 479: DrawCylinderWiresEx() (6 input parameters)
Name: DrawCylinderWiresEx
@@ -4065,7 +4065,7 @@ Function 479: DrawCylinderWiresEx() (6 input parameters)
Param[2]: endPos (type: Vector3)
Param[3]: startRadius (type: float)
Param[4]: endRadius (type: float)
Param[5]: slices (type: int)
Param[5]: sides (type: int)
Param[6]: color (type: Color)
Function 480: DrawCapsule() (6 input parameters)
Name: DrawCapsule

View File

@@ -2687,7 +2687,7 @@
<Param type="float" name="radiusTop" desc="" />
<Param type="float" name="radiusBottom" desc="" />
<Param type="float" name="height" desc="" />
<Param type="int" name="slices" desc="" />
<Param type="int" name="sides" desc="" />
<Param type="Color" name="color" desc="" />
</Function>
<Function name="DrawCylinderEx" retType="void" paramCount="6" desc="Draw a cylinder with base at startPos and top at endPos">
@@ -2703,7 +2703,7 @@
<Param type="float" name="radiusTop" desc="" />
<Param type="float" name="radiusBottom" desc="" />
<Param type="float" name="height" desc="" />
<Param type="int" name="slices" desc="" />
<Param type="int" name="sides" desc="" />
<Param type="Color" name="color" desc="" />
</Function>
<Function name="DrawCylinderWiresEx" retType="void" paramCount="6" desc="Draw a cylinder wires with base at startPos and top at endPos">
@@ -2711,7 +2711,7 @@
<Param type="Vector3" name="endPos" desc="" />
<Param type="float" name="startRadius" desc="" />
<Param type="float" name="endRadius" desc="" />
<Param type="int" name="slices" desc="" />
<Param type="int" name="sides" desc="" />
<Param type="Color" name="color" desc="" />
</Function>
<Function name="DrawCapsule" retType="void" paramCount="6" desc="Draw a capsule with the center of its sphere caps at startPos and endPos">