function
drawText(x, y, str, [scale], [outline_col])
Draws text with a certain scale and outline
| Name | Type | Description |
|---|---|---|
| x | real |
Text x position |
| y | real |
Text y position |
| str | string |
String to be drawn |
| scale | real |
Text scale (default: 1) |
| outline_col | color |
The color of the outline or if nothing is passed in no outline will be drawn |
undefied N/A
Copyright © 2021, Milan Varady. Built on June 28, 2021 using GMDoc.