Difference between revisions of "03E5"

From GTAMods Wiki
Jump to navigation Jump to search
Line 1: Line 1:
{{OpCode
+
{{Icon|trilogy}}
| ini        = 03E5=1,%1g%
+
<hr />
| description = Creates a text box
+
'''Description'''
| p1          = [[GXT]] string
+
: Displays a text box
| game        = [[GTA 3]], [[Vice City]], [[San Andreas]], [[Liberty City Stories]] (03EA), [[Vice City Stories]] (0323)
+
'''Syntax'''
| native      = [[PRINT_HELP]]
+
: 03E5: text_box '[''string'']'
}}
+
'''Parameter'''
This creates a semi-transparent black box with light gray letters at the top left part of the screen. It is mainly used to display instructions. It will display for a few seconds before fading away. Use [[0512]] for a permanent text box and [[03E6]] to immediately remove the text box. In San Andreas, [[0989]] can set the width of the text box. The default text color in the text box is gray, which uses the [[GXT#Symbols & Colorcodes (Control Character)|color code]] ~w~ in the GXT file. In Vice City and San Andreas, text boxes cannot be seen while widescreen borders ([[02A3]]) are enabled. In the German version, the font size is smaller than other versions.
+
: [''string'']
 +
:: [[GXT]] string
 +
'''Native analog'''
 +
: [[PRINT_HELP]]
 +
 
 +
This opcode creates a semi-transparent black box with light gray letters at the top left part of the screen. It is generally used to display instructions. It will display for a few seconds before fading away. Use [[0512]] for a permanent text box and [[03E6]] to immediately remove the text box. In San Andreas, [[0989]] can set the width of the text box. The default text color in the text box is gray, which uses the [[GXT#Symbols & Colorcodes (Control Character)|color code]] ~w~ in the GXT file. In Vice City and San Andreas, text boxes cannot be seen while widescreen borders ([[02A3]]) are enabled. In the German version, the font size is smaller than other versions.
 +
 
 +
<gallery>
 +
Image:03E5 3.png|GTA III
 +
Image:03E5 VC.png|Vice City
 +
Image:03E5.png|San Andreas
 +
</gallery>
  
 
There are GXT strings that are actually omitted by this opcode and will not be seen if you are using "Standard" control configuration. The following table lists the GXT strings that are only visible while in "Classic" controls.
 
There are GXT strings that are actually omitted by this opcode and will not be seen if you are using "Standard" control configuration. The following table lists the GXT strings that are only visible while in "Classic" controls.
Line 13: Line 24:
 
! Vice City
 
! Vice City
 
|-
 
|-
|  
+
| HELP15<br />GUN_2A<br />GUN_3A<br />GUN_4A
*HELP15
+
| HELP15<br />GUN_2A<br />GUN_2C<br />GUN_2D
*GUN_2A
 
*GUN_3A
 
*GUN_4A
 
|  
 
*HELP15
 
*GUN_2A
 
*GUN_2C
 
*GUN_2D
 
 
|}
 
|}
  
<gallery>
+
== Keywords ==
Image:03E5 3.png|GTA III
+
show, display, print, text, box, help
Image:03E5 VC.png|Vice City
 
Image:03E5.png|San Andreas
 
</gallery>
 
  
==Keywords==
+
[[Category:OpCodes]]
show, display, print, text, box, help
 

Revision as of 19:50, 3 December 2011

GTA III Vice City San Andreas


Description

Displays a text box

Syntax

03E5: text_box '[string]'

Parameter

[string]
GXT string

Native analog

PRINT_HELP

This opcode creates a semi-transparent black box with light gray letters at the top left part of the screen. It is generally used to display instructions. It will display for a few seconds before fading away. Use 0512 for a permanent text box and 03E6 to immediately remove the text box. In San Andreas, 0989 can set the width of the text box. The default text color in the text box is gray, which uses the color code ~w~ in the GXT file. In Vice City and San Andreas, text boxes cannot be seen while widescreen borders (02A3) are enabled. In the German version, the font size is smaller than other versions.

There are GXT strings that are actually omitted by this opcode and will not be seen if you are using "Standard" control configuration. The following table lists the GXT strings that are only visible while in "Classic" controls.

GTA III Vice City
HELP15
GUN_2A
GUN_3A
GUN_4A
HELP15
GUN_2A
GUN_2C
GUN_2D

Keywords

show, display, print, text, box, help