mirror of
https://github.com/raysan5/raylib.git
synced 2026-04-28 01:27:25 -04:00
rlparser: update raylib_api.* by CI
This commit is contained in:
@ -4055,7 +4055,7 @@ Function 478: DrawCylinderWiresEx() (6 input parameters)
|
||||
Param[2]: endPos (type: Vector3)
|
||||
Param[3]: startRadius (type: float)
|
||||
Param[4]: endRadius (type: float)
|
||||
Param[5]: sides (type: int)
|
||||
Param[5]: slices (type: int)
|
||||
Param[6]: color (type: Color)
|
||||
Function 479: DrawCapsule() (6 input parameters)
|
||||
Name: DrawCapsule
|
||||
@ -4064,8 +4064,8 @@ Function 479: DrawCapsule() (6 input parameters)
|
||||
Param[1]: startPos (type: Vector3)
|
||||
Param[2]: endPos (type: Vector3)
|
||||
Param[3]: radius (type: float)
|
||||
Param[4]: slices (type: int)
|
||||
Param[5]: rings (type: int)
|
||||
Param[4]: rings (type: int)
|
||||
Param[5]: slices (type: int)
|
||||
Param[6]: color (type: Color)
|
||||
Function 480: DrawCapsuleWires() (6 input parameters)
|
||||
Name: DrawCapsuleWires
|
||||
@ -4074,8 +4074,8 @@ Function 480: DrawCapsuleWires() (6 input parameters)
|
||||
Param[1]: startPos (type: Vector3)
|
||||
Param[2]: endPos (type: Vector3)
|
||||
Param[3]: radius (type: float)
|
||||
Param[4]: slices (type: int)
|
||||
Param[5]: rings (type: int)
|
||||
Param[4]: rings (type: int)
|
||||
Param[5]: slices (type: int)
|
||||
Param[6]: color (type: Color)
|
||||
Function 481: DrawPlane() (3 input parameters)
|
||||
Name: DrawPlane
|
||||
|
||||
Reference in New Issue
Block a user