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.json | |
| parent | 606cc1d897db0a2df201b1c5f7e98bda29d74c64 (diff) | |
| download | raylib-1344979c708bdf5000d8963d26d938ae4db5d771.tar.gz raylib-1344979c708bdf5000d8963d26d938ae4db5d771.zip | |
Update raylib_api.* by CI
Diffstat (limited to 'parser/output/raylib_api.json')
| -rw-r--r-- | parser/output/raylib_api.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/parser/output/raylib_api.json b/parser/output/raylib_api.json index f2a9cc61..4bfce70d 100644 --- a/parser/output/raylib_api.json +++ b/parser/output/raylib_api.json @@ -6704,6 +6704,29 @@ ] }, { + "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", |
