diff --git a/tools/rlparser/output/raylib_api.json b/tools/rlparser/output/raylib_api.json index 1c882cd88..1d6b19c3f 100644 --- a/tools/rlparser/output/raylib_api.json +++ b/tools/rlparser/output/raylib_api.json @@ -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", diff --git a/tools/rlparser/output/raylib_api.lua b/tools/rlparser/output/raylib_api.lua index d5024fd45..eaae7e493 100644 --- a/tools/rlparser/output/raylib_api.lua +++ b/tools/rlparser/output/raylib_api.lua @@ -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"} } }, diff --git a/tools/rlparser/output/raylib_api.txt b/tools/rlparser/output/raylib_api.txt index e322d5fe7..ee54892d9 100644 --- a/tools/rlparser/output/raylib_api.txt +++ b/tools/rlparser/output/raylib_api.txt @@ -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 diff --git a/tools/rlparser/output/raylib_api.xml b/tools/rlparser/output/raylib_api.xml index 75720ce9f..798cdd4cb 100644 --- a/tools/rlparser/output/raylib_api.xml +++ b/tools/rlparser/output/raylib_api.xml @@ -2687,7 +2687,7 @@ - + @@ -2703,7 +2703,7 @@ - + @@ -2711,7 +2711,7 @@ - +