diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-05-30 06:24:58 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-05-30 06:24:58 +0000 |
| commit | 1344979c708bdf5000d8963d26d938ae4db5d771 (patch) | |
| tree | 683799a560ae2fd378d5cd923d23d939d976cb29 /parser/output/raylib_api.lua | |
| parent | 606cc1d897db0a2df201b1c5f7e98bda29d74c64 (diff) | |
| download | raylib-1344979c708bdf5000d8963d26d938ae4db5d771.tar.gz raylib-1344979c708bdf5000d8963d26d938ae4db5d771.zip | |
Update raylib_api.* by CI
Diffstat (limited to 'parser/output/raylib_api.lua')
| -rw-r--r-- | parser/output/raylib_api.lua | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/parser/output/raylib_api.lua b/parser/output/raylib_api.lua index 68fef97b..4a6998bb 100644 --- a/parser/output/raylib_api.lua +++ b/parser/output/raylib_api.lua @@ -5267,6 +5267,17 @@ return { } }, { + name = "CheckCollisionCircleLine", + description = "Check if circle collides with a line created betweeen two points [p1] and [p2]", + returnType = "bool", + params = { + {type = "Vector2", name = "center"}, + {type = "float", name = "radius"}, + {type = "Vector2", name = "p1"}, + {type = "Vector2", name = "p2"} + } + }, + { name = "GetCollisionRec", description = "Get collision rectangle for two rectangles collision", returnType = "Rectangle", |
