Difference between revisions of "03E5"

From GTAMods Wiki
Jump to navigation Jump to search
Line 1: Line 1:
{{Icon|trilogy}} '''PRINT_HELP'''
+
{{OpCode
<hr />
+
| games      = {{Icon|t}}
<onlyinclude>{{#ifeq:{{{transcludesection|opcode}}}|opcode|
+
| command    = PRINT_HELP
'''Description'''
+
| description = Prints a [[Text#Help message|help message]]
: Displays a text box
+
| syntax1    = 03E5: text_box '[''string'']'
'''Syntax'''
+
| p1t        = [''string'']
: 03E5: text_box '[''string'']'
+
| p1d        = [[GXT]] key
'''Parameter'''
+
| native      = [[PRINT_HELP]]
: [''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 [[02A3|widescreen]] is switched on. In the German version, the font size is smaller than other versions.
+
This opcode prints a help message, which is generally used to display instructions. It will display for a few seconds before fading away. Use [[03E6]] to immediately remove the help message. In San Andreas, [[0989]] can set the width of the message box. In Vice City and San Andreas, help message cannot be seen while [[02A3|widescreen]] is switched on. In the German version, the font size is smaller than other versions.
}}</onlyinclude>
 
  
 
<gallery>
 
<gallery>
Line 22: Line 18:
 
</gallery>
 
</gallery>
  
There are GXT strings that are actually omitted by this opcode and will not print 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 keys that are actually omitted by this opcode and will not print if you are using "Standard" control configuration. The following table lists the GXT keys that are only visible while in "Classic" controls.
 
{| class="wikitable"
 
{| class="wikitable"
 
! {{Icon|3}}
 
! {{Icon|3}}
Line 33: Line 29:
 
== Keywords ==
 
== Keywords ==
 
show, display, print, text, box, help
 
show, display, print, text, box, help
 
[[Category:OpCodes]]
 

Revision as of 17:52, 13 February 2016

GTA III Vice City San Andreas PRINT_HELP


Description
Prints a help message
Syntax
03E5: text_box '[string]'
Parameter
[string]
GXT key
Native analog
PRINT_HELP

This opcode prints a help message, which is generally used to display instructions. It will display for a few seconds before fading away. Use 03E6 to immediately remove the help message. In San Andreas, 0989 can set the width of the message box. In Vice City and San Andreas, help message cannot be seen while widescreen is switched on. In the German version, the font size is smaller than other versions.

There are GXT keys that are actually omitted by this opcode and will not print if you are using "Standard" control configuration. The following table lists the GXT keys 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