Difference between revisions of "DISPLAY TEXT WITH LITERAL STRING"
Jump to navigation
Jump to search
| Line 6: | Line 6: | ||
|p2d=y pos | |p2d=y pos | ||
|p3t=string | |p3t=string | ||
| − | |p3d= | + | |p3d=Unkown, always "STRING" |
|p4t=string | |p4t=string | ||
| − | |p4d= | + | |p4d=string to print/draw |
|r=0 | |r=0 | ||
}} | }} | ||
| − | Draws a | + | Draws a the string in parameter 3 to the screen at (x, y). |
Revision as of 23:24, 6 January 2015
| Number of parameters: 4 | ||
|---|---|---|
| Parameter # | Type | Description |
| 1. | float | x pos |
| 2. | float | y pos |
| 3. | string | Unkown, always "STRING" |
| 4. | string | string to print/draw |
| Return value: | ||
| Type | Description | |
| None | ||
Draws a the string in parameter 3 to the screen at (x, y).