mirror of
https://github.com/raysan5/raylib.git
synced 2026-06-05 03:14:12 +00:00
rlparser: update raylib_api.* by CI
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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"}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user