From 1987c90c736d74c28f79d19b0408c691982dc0b0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 3 Apr 2024 18:10:31 +0000 Subject: [PATCH] Update raylib_api.* by CI --- parser/output/raylib_api.json | 4 ++-- parser/output/raylib_api.lua | 4 ++-- parser/output/raylib_api.txt | 4 ++-- parser/output/raylib_api.xml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/parser/output/raylib_api.json b/parser/output/raylib_api.json index 1517846b..2b339512 100644 --- a/parser/output/raylib_api.json +++ b/parser/output/raylib_api.json @@ -3906,11 +3906,11 @@ "name": "camera" }, { - "type": "float", + "type": "int", "name": "width" }, { - "type": "float", + "type": "int", "name": "height" } ] diff --git a/parser/output/raylib_api.lua b/parser/output/raylib_api.lua index 1423e237..8f0a6295 100644 --- a/parser/output/raylib_api.lua +++ b/parser/output/raylib_api.lua @@ -3656,8 +3656,8 @@ return { params = { {type = "Vector2", name = "position"}, {type = "Camera", name = "camera"}, - {type = "float", name = "width"}, - {type = "float", name = "height"} + {type = "int", name = "width"}, + {type = "int", name = "height"} } }, { diff --git a/parser/output/raylib_api.txt b/parser/output/raylib_api.txt index 1feba41e..8031f874 100644 --- a/parser/output/raylib_api.txt +++ b/parser/output/raylib_api.txt @@ -1438,8 +1438,8 @@ Function 085: GetScreenToWorldRayEx() (4 input parameters) Description: Get a ray trace from screen position (i.e mouse) in a viewport Param[1]: position (type: Vector2) Param[2]: camera (type: Camera) - Param[3]: width (type: float) - Param[4]: height (type: float) + Param[3]: width (type: int) + Param[4]: height (type: int) Function 086: GetWorldToScreen() (2 input parameters) Name: GetWorldToScreen Return type: Vector2 diff --git a/parser/output/raylib_api.xml b/parser/output/raylib_api.xml index 492e30a8..2f536db3 100644 --- a/parser/output/raylib_api.xml +++ b/parser/output/raylib_api.xml @@ -910,8 +910,8 @@ - - + +