Bladeren bron

Update raylib_api.* by CI

pull/4810/head
github-actions[bot] 1 maand geleden
bovenliggende
commit
631e2a4c5c
4 gewijzigde bestanden met toevoegingen van 4 en 4 verwijderingen
  1. +1
    -1
      parser/output/raylib_api.json
  2. +1
    -1
      parser/output/raylib_api.lua
  3. +1
    -1
      parser/output/raylib_api.txt
  4. +1
    -1
      parser/output/raylib_api.xml

+ 1
- 1
parser/output/raylib_api.json Bestand weergeven

@ -6520,7 +6520,7 @@
}, },
{ {
"name": "DrawSplineSegmentBezierCubicVar", "name": "DrawSplineSegmentBezierCubicVar",
"description": "Draw spline segment with variable thickness: Cubic Bezier, 2 points, 2 control points, 1 or more thickness", "description": "Draw spline segment with variable thickness: Cubic Bezier, 2 points, 2 control points",
"returnType": "void", "returnType": "void",
"params": [ "params": [
{ {

+ 1
- 1
parser/output/raylib_api.lua Bestand weergeven

@ -5212,7 +5212,7 @@ return {
}, },
{ {
name = "DrawSplineSegmentBezierCubicVar", name = "DrawSplineSegmentBezierCubicVar",
description = "Draw spline segment with variable thickness: Cubic Bezier, 2 points, 2 control points, 1 or more thickness", description = "Draw spline segment with variable thickness: Cubic Bezier, 2 points, 2 control points",
returnType = "void", returnType = "void",
params = { params = {
{type = "Vector2", name = "p1"}, {type = "Vector2", name = "p1"},

+ 1
- 1
parser/output/raylib_api.txt Bestand weergeven

@ -2531,7 +2531,7 @@ Function 259: DrawSplineSegmentBezierCubic() (6 input parameters)
Function 260: DrawSplineSegmentBezierCubicVar() (7 input parameters) Function 260: DrawSplineSegmentBezierCubicVar() (7 input parameters)
Name: DrawSplineSegmentBezierCubicVar Name: DrawSplineSegmentBezierCubicVar
Return type: void Return type: void
Description: Draw spline segment with variable thickness: Cubic Bezier, 2 points, 2 control points, 1 or more thickness Description: Draw spline segment with variable thickness: Cubic Bezier, 2 points, 2 control points
Param[1]: p1 (type: Vector2) Param[1]: p1 (type: Vector2)
Param[2]: c2 (type: Vector2) Param[2]: c2 (type: Vector2)
Param[3]: c3 (type: Vector2) Param[3]: c3 (type: Vector2)

+ 1
- 1
parser/output/raylib_api.xml Bestand weergeven

@ -1621,7 +1621,7 @@
<Param type="float" name="thick" desc="" /> <Param type="float" name="thick" desc="" />
<Param type="Color" name="color" desc="" /> <Param type="Color" name="color" desc="" />
</Function> </Function>
<Function name="DrawSplineSegmentBezierCubicVar" retType="void" paramCount="7" desc="Draw spline segment with variable thickness: Cubic Bezier, 2 points, 2 control points, 1 or more thickness"> <Function name="DrawSplineSegmentBezierCubicVar" retType="void" paramCount="7" desc="Draw spline segment with variable thickness: Cubic Bezier, 2 points, 2 control points">
<Param type="Vector2" name="p1" desc="" /> <Param type="Vector2" name="p1" desc="" />
<Param type="Vector2" name="c2" desc="" /> <Param type="Vector2" name="c2" desc="" />
<Param type="Vector2" name="c3" desc="" /> <Param type="Vector2" name="c3" desc="" />

||||||
x
 
000:0
Laden…
Annuleren
Opslaan