Difference between revisions of "DISPLAY TEXT WITH LITERAL STRING"
Jump to navigation
Jump to search
m |
|||
| Line 6: | Line 6: | ||
|p2d=y pos | |p2d=y pos | ||
|p3t=string | |p3t=string | ||
| − | |p3d= | + | |p3d=Unknown, always "STRING" |
|p4t=string | |p4t=string | ||
|p4d=string to print/draw | |p4d=string to print/draw | ||
Revision as of 23:33, 6 January 2015
| Number of parameters: 4 | ||
|---|---|---|
| Parameter # | Type | Description |
| 1. | float | x pos |
| 2. | float | y pos |
| 3. | string | Unknown, 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).