Update raylib_api.* by CI

This commit is contained in:
github-actions[bot] 2025-06-02 16:37:46 +00:00
parent 714de02a88
commit 59338c2c29
4 changed files with 7 additions and 7 deletions

View file

@ -6010,11 +6010,11 @@
},
{
"type": "Color",
"name": "topRight"
"name": "bottomRight"
},
{
"type": "Color",
"name": "bottomRight"
"name": "topRight"
}
]
},

View file

@ -4976,8 +4976,8 @@ return {
{type = "Rectangle", name = "rec"},
{type = "Color", name = "topLeft"},
{type = "Color", name = "bottomLeft"},
{type = "Color", name = "topRight"},
{type = "Color", name = "bottomRight"}
{type = "Color", name = "bottomRight"},
{type = "Color", name = "topRight"}
}
},
{

View file

@ -2356,8 +2356,8 @@ Function 239: DrawRectangleGradientEx() (5 input parameters)
Param[1]: rec (type: Rectangle)
Param[2]: topLeft (type: Color)
Param[3]: bottomLeft (type: Color)
Param[4]: topRight (type: Color)
Param[5]: bottomRight (type: Color)
Param[4]: bottomRight (type: Color)
Param[5]: topRight (type: Color)
Function 240: DrawRectangleLines() (5 input parameters)
Name: DrawRectangleLines
Return type: void

View file

@ -1488,8 +1488,8 @@
<Param type="Rectangle" name="rec" desc="" />
<Param type="Color" name="topLeft" desc="" />
<Param type="Color" name="bottomLeft" desc="" />
<Param type="Color" name="topRight" desc="" />
<Param type="Color" name="bottomRight" desc="" />
<Param type="Color" name="topRight" desc="" />
</Function>
<Function name="DrawRectangleLines" retType="void" paramCount="5" desc="Draw rectangle outline">
<Param type="int" name="posX" desc="" />