From 33b6f0f3a4f1854550660c545baff18990fe55d4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 19:26:49 +0000 Subject: [PATCH] rlparser: update raylib_api.* by CI --- tools/rlparser/output/raylib_api.json | 8 ++++---- tools/rlparser/output/raylib_api.lua | 8 ++++---- tools/rlparser/output/raylib_api.txt | 8 ++++---- tools/rlparser/output/raylib_api.xml | 8 ++++---- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/tools/rlparser/output/raylib_api.json b/tools/rlparser/output/raylib_api.json index 136c500b3..ad23d12c1 100644 --- a/tools/rlparser/output/raylib_api.json +++ b/tools/rlparser/output/raylib_api.json @@ -5947,19 +5947,19 @@ }, { "type": "Color", - "name": "topLeft" + "name": "col1" }, { "type": "Color", - "name": "bottomLeft" + "name": "col2" }, { "type": "Color", - "name": "bottomRight" + "name": "col3" }, { "type": "Color", - "name": "topRight" + "name": "col4" } ] }, diff --git a/tools/rlparser/output/raylib_api.lua b/tools/rlparser/output/raylib_api.lua index 76b0e12f3..0e47d8c75 100644 --- a/tools/rlparser/output/raylib_api.lua +++ b/tools/rlparser/output/raylib_api.lua @@ -4979,10 +4979,10 @@ return { returnType = "void", params = { {type = "Rectangle", name = "rec"}, - {type = "Color", name = "topLeft"}, - {type = "Color", name = "bottomLeft"}, - {type = "Color", name = "bottomRight"}, - {type = "Color", name = "topRight"} + {type = "Color", name = "col1"}, + {type = "Color", name = "col2"}, + {type = "Color", name = "col3"}, + {type = "Color", name = "col4"} } }, { diff --git a/tools/rlparser/output/raylib_api.txt b/tools/rlparser/output/raylib_api.txt index c3516f6fd..8a929fbe2 100644 --- a/tools/rlparser/output/raylib_api.txt +++ b/tools/rlparser/output/raylib_api.txt @@ -2349,10 +2349,10 @@ Function 241: DrawRectangleGradientEx() (5 input parameters) Return type: void Description: Draw a gradient-filled rectangle with custom vertex colors, counter-clockwise color order Param[1]: rec (type: Rectangle) - Param[2]: topLeft (type: Color) - Param[3]: bottomLeft (type: Color) - Param[4]: bottomRight (type: Color) - Param[5]: topRight (type: Color) + Param[2]: col1 (type: Color) + Param[3]: col2 (type: Color) + Param[4]: col3 (type: Color) + Param[5]: col4 (type: Color) Function 242: DrawRectangleLines() (5 input parameters) Name: DrawRectangleLines Return type: void diff --git a/tools/rlparser/output/raylib_api.xml b/tools/rlparser/output/raylib_api.xml index 0848d94a4..a4253f9ed 100644 --- a/tools/rlparser/output/raylib_api.xml +++ b/tools/rlparser/output/raylib_api.xml @@ -1473,10 +1473,10 @@ - - - - + + + +