summaryrefslogtreecommitdiffhomepage
path: root/parser/output/raylib_api.lua
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-06-24 07:28:17 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-06-24 07:28:17 +0000
commitf947f890617fade5bdcaccaaeb812306dc7658de (patch)
tree84d4106afbdc80a8e03d0bd94fa19139d818b77f /parser/output/raylib_api.lua
parentc2df1698473687a97e0f40562477921aee07b3e7 (diff)
downloadraylib-f947f890617fade5bdcaccaaeb812306dc7658de.tar.gz
raylib-f947f890617fade5bdcaccaaeb812306dc7658de.zip
Update raylib_api.* by CI
Diffstat (limited to 'parser/output/raylib_api.lua')
-rw-r--r--parser/output/raylib_api.lua12
1 files changed, 12 insertions, 0 deletions
diff --git a/parser/output/raylib_api.lua b/parser/output/raylib_api.lua
index 7cd1b5f2..7dcb1fa4 100644
--- a/parser/output/raylib_api.lua
+++ b/parser/output/raylib_api.lua
@@ -5880,6 +5880,18 @@ return {
}
},
{
+ name = "ImageDrawLineEx",
+ description = "Draw a line defining thickness within an image",
+ returnType = "void",
+ params = {
+ {type = "Image *", name = "dst"},
+ {type = "Vector2", name = "start"},
+ {type = "Vector2", name = "end"},
+ {type = "int", name = "thick"},
+ {type = "Color", name = "color"}
+ }
+ },
+ {
name = "ImageDrawCircle",
description = "Draw a filled circle within an image",
returnType = "void",