Преглед на файлове

Update raylib_api.* by CI

pull/4600/head
github-actions[bot] преди 5 дни
родител
ревизия
0a26d9a26f
променени са 4 файла, в които са добавени 8 реда и са изтрити 8 реда
  1. +2
    -2
      parser/output/raylib_api.json
  2. +2
    -2
      parser/output/raylib_api.lua
  3. +2
    -2
      parser/output/raylib_api.txt
  4. +2
    -2
      parser/output/raylib_api.xml

+ 2
- 2
parser/output/raylib_api.json Целия файл

@ -9801,7 +9801,7 @@
},
{
"name": "TextToInteger",
"description": "Get integer value from text (negative values not supported)",
"description": "Get integer value from text",
"returnType": "int",
"params": [
{
@ -9812,7 +9812,7 @@
},
{
"name": "TextToFloat",
"description": "Get float value from text (negative values not supported)",
"description": "Get float value from text",
"returnType": "float",
"params": [
{

+ 2
- 2
parser/output/raylib_api.lua Целия файл

@ -6969,7 +6969,7 @@ return {
},
{
name = "TextToInteger",
description = "Get integer value from text (negative values not supported)",
description = "Get integer value from text",
returnType = "int",
params = {
{type = "const char *", name = "text"}
@ -6977,7 +6977,7 @@ return {
},
{
name = "TextToFloat",
description = "Get float value from text (negative values not supported)",
description = "Get float value from text",
returnType = "float",
params = {
{type = "const char *", name = "text"}

+ 2
- 2
parser/output/raylib_api.txt Целия файл

@ -3757,12 +3757,12 @@ Function 438: TextToCamel() (1 input parameters)
Function 439: TextToInteger() (1 input parameters)
Name: TextToInteger
Return type: int
Description: Get integer value from text (negative values not supported)
Description: Get integer value from text
Param[1]: text (type: const char *)
Function 440: TextToFloat() (1 input parameters)
Name: TextToFloat
Return type: float
Description: Get float value from text (negative values not supported)
Description: Get float value from text
Param[1]: text (type: const char *)
Function 441: DrawLine3D() (3 input parameters)
Name: DrawLine3D

+ 2
- 2
parser/output/raylib_api.xml Целия файл

@ -2487,10 +2487,10 @@
<Function name="TextToCamel" retType="const char *" paramCount="1" desc="Get Camel case notation version of provided string">
<Param type="const char *" name="text" desc="" />
</Function>
<Function name="TextToInteger" retType="int" paramCount="1" desc="Get integer value from text (negative values not supported)">
<Function name="TextToInteger" retType="int" paramCount="1" desc="Get integer value from text">
<Param type="const char *" name="text" desc="" />
</Function>
<Function name="TextToFloat" retType="float" paramCount="1" desc="Get float value from text (negative values not supported)">
<Function name="TextToFloat" retType="float" paramCount="1" desc="Get float value from text">
<Param type="const char *" name="text" desc="" />
</Function>
<Function name="DrawLine3D" retType="void" paramCount="3" desc="Draw a line in 3D world space">

Зареждане…
Отказ
Запис