Category: 2D Overlay
Syntax:
b2dDrawCircle:Void(x:Int, y:Int, radius:Int, segments:Int, fill:Int)
Void
Draws a circle with specified center, radius, and fill mode.
Takes x (center X position in pixels, integer), y (center Y position in pixels, integer), radius (circle radius in pixels, positive integer), segments (number of line segments for smoothness, higher=smoother, typical 16-64), fill (fill mode: 0=outline only, 1=filled solid).
Returns nothing.
View detailed documentation online
;No example implemented yet
BambooBasic © 2026 Michael Denathorn