Difference between revisions of "DISPLAY TEXT WITH LITERAL STRING"

From GTAMods Wiki
Jump to navigation Jump to search
Line 6: Line 6:
 
|p2d=y pos
 
|p2d=y pos
 
|p3t=string
 
|p3t=string
|p3d=gxt entry
+
|p3d=Unkown, always "STRING"
 
|p4t=string
 
|p4t=string
|p4d=additional string
+
|p4d=string to print/draw
 
|r=0
 
|r=0
 
}}
 
}}
  
Draws a [[GXT]] entry text with an additional string.
+
Draws a the string in parameter 3 to the screen at (x, y).

Revision as of 23:24, 6 January 2015

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

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