b2dDrawTextDouble

Category: 2D Overlay

Syntax:

b2dDrawTextDouble:Void(value:Double, x:Int, y:Int, centre:Int, font:Int)


Parameters

Returns

Void



Summary

Draws floating-point number as text at specified position.

Takes value (double-precision floating-point number to display), 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



Example

;No example implemented yet


BambooBasic © 2026 Michael Denathorn