diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-04-03 18:10:31 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-04-03 18:10:31 +0000 |
| commit | 1987c90c736d74c28f79d19b0408c691982dc0b0 (patch) | |
| tree | 26e702e42767e77673cdf332866f6cb12d94ebdd /parser/output/raylib_api.txt | |
| parent | d30cfea82da302b394006b45e80707f90ad1a956 (diff) | |
| download | raylib-1987c90c736d74c28f79d19b0408c691982dc0b0.tar.gz raylib-1987c90c736d74c28f79d19b0408c691982dc0b0.zip | |
Update raylib_api.* by CI
Diffstat (limited to 'parser/output/raylib_api.txt')
| -rw-r--r-- | parser/output/raylib_api.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
