DISPLAY TEXT WITH FLOAT
Jump to navigation
Jump to search
| Number of parameters: 5 | ||
|---|---|---|
| Parameter # | Type | Description |
| 1. | float | x pos |
| 2. | float | y pos |
| 3. | string | Unknown, always "NUMBER" |
| 4. | float | number to print/draw |
| 5. | int | amount of decimal places to show |
| Return value: | ||
| Type | Description | |
| None | ||
Draws a float number on the screen.
Notes: parameter 1 and 2 must be numbers between 0.0 and 1.0 where 1.0 representes the screen width/height (e.g: To draw the text on the middle of the screen you should use parameter_1 = 0.5, parameter_2 = 0.5).