Update raylib_api.* by CI

This commit is contained in:
github-actions[bot]
2025-10-02 11:38:31 +00:00
parent 7e3b7cd349
commit 2ea18f7c88
4 changed files with 59 additions and 59 deletions

View File

@@ -4758,18 +4758,6 @@ return {
{type = "Color", name = "color"}
}
},
{
name = "DrawLineDashed",
description = "Draw a dashed line",
returnType = "void",
params = {
{type = "Vector2", name = "startPos"},
{type = "Vector2", name = "endPos"},
{type = "int", name = "dashSize"},
{type = "int", name = "whiteSpaceSize"},
{type = "Color", name = "color"}
}
},
{
name = "DrawLineV",
description = "Draw a line (using gl lines)",
@@ -4812,6 +4800,18 @@ return {
{type = "Color", name = "color"}
}
},
{
name = "DrawLineDashed",
description = "Draw a dashed line",
returnType = "void",
params = {
{type = "Vector2", name = "startPos"},
{type = "Vector2", name = "endPos"},
{type = "int", name = "dashSize"},
{type = "int", name = "spaceSize"},
{type = "Color", name = "color"}
}
},
{
name = "DrawCircle",
description = "Draw a color-filled circle",