Difference between revisions of "0937"

From GTAMods Wiki
Jump to navigation Jump to search
 
 
Line 1: Line 1:
<code>0937=6,%1d% %2d% %3d% %4d% %5g% %6h%</code><br>
+
{{OpCode
'''Description''': Draws a box with a title text<br>
+
| games      = {{Icon|SA}}
'''Supports''': San Andreas<br>
+
| command    = DRAW_WINDOW
 +
| description = Draws a box with a title text
 +
| syntax1    = 0937: text_draw_box_cornerA [''flt1''] [''flt2''] cornerB [''flt3''] [''flt4''] GXT_reference '[''string'']' style [''int'']
 +
| p1t        = [''flt1'']
 +
| p1d        = X-position of one corner of box
 +
| p2t        = [''flt2'']
 +
| p2d        = Y-position of one corner of box
 +
| p3t        = [''flt3'']
 +
| p3d        = X-position of other corner of box
 +
| p4t        = [''flt4'']
 +
| p4d        = Y-position of other corner of box
 +
| p5t        = [''string'']
 +
| p5d        = [[GXT]] key
 +
| p6t        = [''int'']
 +
| p6d        =
 +
}}
  
==Keywords==
+
== Keywords ==
 
draw, box, text
 
draw, box, text
 
[[Category:OpCodes]]
 

Latest revision as of 06:05, 29 November 2016

San Andreas DRAW_WINDOW


Description
Draws a box with a title text
Syntax
0937: text_draw_box_cornerA [flt1] [flt2] cornerB [flt3] [flt4] GXT_reference '[string]' style [int]
Parameter
[flt1]
X-position of one corner of box
[flt2]
Y-position of one corner of box
[flt3]
X-position of other corner of box
[flt4]
Y-position of other corner of box
[string]
GXT key
[int]

Keywords

draw, box, text