|
|
|
@ -4838,6 +4838,17 @@ return { |
|
|
|
{type = "Color", name = "color"} |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
name = "DrawEllipseV", |
|
|
|
description = "Draw ellipse (Vector version)", |
|
|
|
returnType = "void", |
|
|
|
params = { |
|
|
|
{type = "Vector2", name = "center"}, |
|
|
|
{type = "float", name = "radiusH"}, |
|
|
|
{type = "float", name = "radiusV"}, |
|
|
|
{type = "Color", name = "color"} |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
name = "DrawEllipseLines", |
|
|
|
description = "Draw ellipse outline", |
|
|
|
@ -4850,6 +4861,17 @@ return { |
|
|
|
{type = "Color", name = "color"} |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
name = "DrawEllipseLinesV", |
|
|
|
description = "Draw ellipse outline (Vector version)", |
|
|
|
returnType = "void", |
|
|
|
params = { |
|
|
|
{type = "Vector2", name = "center"}, |
|
|
|
{type = "float", name = "radiusH"}, |
|
|
|
{type = "float", name = "radiusV"}, |
|
|
|
{type = "Color", name = "color"} |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
name = "DrawRing", |
|
|
|
description = "Draw ring", |
|
|
|
|