Difference between revisions of "DISPLAY TEXT WITH LITERAL STRING"

From GTAMods Wiki
Jump to navigation Jump to search
m
Line 6: Line 6:
 
|p2d=y pos
 
|p2d=y pos
 
|p3t=string
 
|p3t=string
|p3d=Unkown, always "STRING"
+
|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

DISPLAY_TEXT_WITH_LITERAL_STRING
Number of parameters: 4
Parameter #TypeDescription
1.floatx pos
2.floaty pos
3.stringUnknown, always "STRING"
4.stringstring to print/draw
Return value:
TypeDescription
None

Draws a the string in parameter 3 to the screen at (x, y).