Update raylib_api.* by CI
This commit is contained in:
parent
714de02a88
commit
59338c2c29
4 changed files with 7 additions and 7 deletions
|
@ -6010,11 +6010,11 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "Color",
|
"type": "Color",
|
||||||
"name": "topRight"
|
"name": "bottomRight"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "Color",
|
"type": "Color",
|
||||||
"name": "bottomRight"
|
"name": "topRight"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
@ -4976,8 +4976,8 @@ return {
|
||||||
{type = "Rectangle", name = "rec"},
|
{type = "Rectangle", name = "rec"},
|
||||||
{type = "Color", name = "topLeft"},
|
{type = "Color", name = "topLeft"},
|
||||||
{type = "Color", name = "bottomLeft"},
|
{type = "Color", name = "bottomLeft"},
|
||||||
{type = "Color", name = "topRight"},
|
{type = "Color", name = "bottomRight"},
|
||||||
{type = "Color", name = "bottomRight"}
|
{type = "Color", name = "topRight"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -2356,8 +2356,8 @@ Function 239: DrawRectangleGradientEx() (5 input parameters)
|
||||||
Param[1]: rec (type: Rectangle)
|
Param[1]: rec (type: Rectangle)
|
||||||
Param[2]: topLeft (type: Color)
|
Param[2]: topLeft (type: Color)
|
||||||
Param[3]: bottomLeft (type: Color)
|
Param[3]: bottomLeft (type: Color)
|
||||||
Param[4]: topRight (type: Color)
|
Param[4]: bottomRight (type: Color)
|
||||||
Param[5]: bottomRight (type: Color)
|
Param[5]: topRight (type: Color)
|
||||||
Function 240: DrawRectangleLines() (5 input parameters)
|
Function 240: DrawRectangleLines() (5 input parameters)
|
||||||
Name: DrawRectangleLines
|
Name: DrawRectangleLines
|
||||||
Return type: void
|
Return type: void
|
||||||
|
|
|
@ -1488,8 +1488,8 @@
|
||||||
<Param type="Rectangle" name="rec" desc="" />
|
<Param type="Rectangle" name="rec" desc="" />
|
||||||
<Param type="Color" name="topLeft" desc="" />
|
<Param type="Color" name="topLeft" desc="" />
|
||||||
<Param type="Color" name="bottomLeft" desc="" />
|
<Param type="Color" name="bottomLeft" desc="" />
|
||||||
<Param type="Color" name="topRight" desc="" />
|
|
||||||
<Param type="Color" name="bottomRight" desc="" />
|
<Param type="Color" name="bottomRight" desc="" />
|
||||||
|
<Param type="Color" name="topRight" desc="" />
|
||||||
</Function>
|
</Function>
|
||||||
<Function name="DrawRectangleLines" retType="void" paramCount="5" desc="Draw rectangle outline">
|
<Function name="DrawRectangleLines" retType="void" paramCount="5" desc="Draw rectangle outline">
|
||||||
<Param type="int" name="posX" desc="" />
|
<Param type="int" name="posX" desc="" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue