Procházet zdrojové kódy

Update raylib_api.* by CI

github-actions[bot] před 1 rokem
rodič
revize
349ff16600

+ 23 - 0
parser/output/raylib_api.json

@@ -5911,6 +5911,29 @@
     },
     },
     {
     {
       "name": "DrawRectangleRoundedLines",
       "name": "DrawRectangleRoundedLines",
+      "description": "Draw rectangle lines with rounded edges",
+      "returnType": "void",
+      "params": [
+        {
+          "type": "Rectangle",
+          "name": "rec"
+        },
+        {
+          "type": "float",
+          "name": "roundness"
+        },
+        {
+          "type": "int",
+          "name": "segments"
+        },
+        {
+          "type": "Color",
+          "name": "color"
+        }
+      ]
+    },
+    {
+      "name": "DrawRectangleRoundedLinesEx",
       "description": "Draw rectangle with rounded edges outline",
       "description": "Draw rectangle with rounded edges outline",
       "returnType": "void",
       "returnType": "void",
       "params": [
       "params": [

+ 11 - 0
parser/output/raylib_api.lua

@@ -4891,6 +4891,17 @@ return {
     },
     },
     {
     {
       name = "DrawRectangleRoundedLines",
       name = "DrawRectangleRoundedLines",
+      description = "Draw rectangle lines with rounded edges",
+      returnType = "void",
+      params = {
+        {type = "Rectangle", name = "rec"},
+        {type = "float", name = "roundness"},
+        {type = "int", name = "segments"},
+        {type = "Color", name = "color"}
+      }
+    },
+    {
+      name = "DrawRectangleRoundedLinesEx",
       description = "Draw rectangle with rounded edges outline",
       description = "Draw rectangle with rounded edges outline",
       returnType = "void",
       returnType = "void",
       params = {
       params = {

Rozdílová data souboru nebyla zobrazena, protože soubor je příliš velký
+ 153 - 145
parser/output/raylib_api.txt


+ 8 - 2
parser/output/raylib_api.xml

@@ -670,7 +670,7 @@
             <Param type="unsigned int" name="frames" desc="" />
             <Param type="unsigned int" name="frames" desc="" />
         </Callback>
         </Callback>
     </Callbacks>
     </Callbacks>
-    <Functions count="561">
+    <Functions count="562">
         <Function name="InitWindow" retType="void" paramCount="3" desc="Initialize window and OpenGL context">
         <Function name="InitWindow" retType="void" paramCount="3" desc="Initialize window and OpenGL context">
             <Param type="int" name="width" desc="" />
             <Param type="int" name="width" desc="" />
             <Param type="int" name="height" desc="" />
             <Param type="int" name="height" desc="" />
@@ -1464,7 +1464,13 @@
             <Param type="int" name="segments" desc="" />
             <Param type="int" name="segments" desc="" />
             <Param type="Color" name="color" desc="" />
             <Param type="Color" name="color" desc="" />
         </Function>
         </Function>
-        <Function name="DrawRectangleRoundedLines" retType="void" paramCount="5" desc="Draw rectangle with rounded edges outline">
+        <Function name="DrawRectangleRoundedLines" retType="void" paramCount="4" desc="Draw rectangle lines with rounded edges">
+            <Param type="Rectangle" name="rec" desc="" />
+            <Param type="float" name="roundness" desc="" />
+            <Param type="int" name="segments" desc="" />
+            <Param type="Color" name="color" desc="" />
+        </Function>
+        <Function name="DrawRectangleRoundedLinesEx" retType="void" paramCount="5" desc="Draw rectangle with rounded edges outline">
             <Param type="Rectangle" name="rec" desc="" />
             <Param type="Rectangle" name="rec" desc="" />
             <Param type="float" name="roundness" desc="" />
             <Param type="float" name="roundness" desc="" />
             <Param type="int" name="segments" desc="" />
             <Param type="int" name="segments" desc="" />

Některé soubory nejsou zobrazeny, neboť je v těchto rozdílových datech změněno mnoho souborů