diff --git a/tools/rlparser/output/raylib_api.json b/tools/rlparser/output/raylib_api.json index 4148dd9ca..2e21430aa 100644 --- a/tools/rlparser/output/raylib_api.json +++ b/tools/rlparser/output/raylib_api.json @@ -10626,7 +10626,7 @@ }, { "type": "int", - "name": "sides" + "name": "slices" }, { "type": "Color", @@ -10653,11 +10653,11 @@ }, { "type": "int", - "name": "slices" + "name": "rings" }, { "type": "int", - "name": "rings" + "name": "slices" }, { "type": "Color", @@ -10684,11 +10684,11 @@ }, { "type": "int", - "name": "slices" + "name": "rings" }, { "type": "int", - "name": "rings" + "name": "slices" }, { "type": "Color", diff --git a/tools/rlparser/output/raylib_api.lua b/tools/rlparser/output/raylib_api.lua index 3cbe3f0ae..e8989a3c6 100644 --- a/tools/rlparser/output/raylib_api.lua +++ b/tools/rlparser/output/raylib_api.lua @@ -7390,7 +7390,7 @@ return { {type = "Vector3", name = "endPos"}, {type = "float", name = "startRadius"}, {type = "float", name = "endRadius"}, - {type = "int", name = "sides"}, + {type = "int", name = "slices"}, {type = "Color", name = "color"} } }, @@ -7402,8 +7402,8 @@ return { {type = "Vector3", name = "startPos"}, {type = "Vector3", name = "endPos"}, {type = "float", name = "radius"}, - {type = "int", name = "slices"}, {type = "int", name = "rings"}, + {type = "int", name = "slices"}, {type = "Color", name = "color"} } }, @@ -7415,8 +7415,8 @@ return { {type = "Vector3", name = "startPos"}, {type = "Vector3", name = "endPos"}, {type = "float", name = "radius"}, - {type = "int", name = "slices"}, {type = "int", name = "rings"}, + {type = "int", name = "slices"}, {type = "Color", name = "color"} } }, diff --git a/tools/rlparser/output/raylib_api.txt b/tools/rlparser/output/raylib_api.txt index 30d44a5db..440113aa7 100644 --- a/tools/rlparser/output/raylib_api.txt +++ b/tools/rlparser/output/raylib_api.txt @@ -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 diff --git a/tools/rlparser/output/raylib_api.xml b/tools/rlparser/output/raylib_api.xml index 9c833d685..b7d1bdc17 100644 --- a/tools/rlparser/output/raylib_api.xml +++ b/tools/rlparser/output/raylib_api.xml @@ -2703,23 +2703,23 @@ - + - + - +