Category: 2D Overlay
Syntax:
b2dDrawTextInt:Void(integer:Int, x:Int, y:Int, centre:Int, font:Int)
Void
Draws integer number as text at specified position.
Takes integer (whole number value to display, positive or negative), x (X position in pixels, integer), y (Y position in pixels, integer), centre (alignment: 0=left-aligned, 1=centered on x position), font (font handle from b2dLoadFont, positive integer).
Returns nothing.
View detailed documentation online
;No example implemented yet
BambooBasic © 2026 Michael Denathorn