Difference between revisions of "03E6"

From GTAMods Wiki
Jump to navigation Jump to search
(updating page)
 
Line 1: Line 1:
{{Icon|trilogy}} '''CLEAR_HELP'''
+
{{OpCode
<hr />
+
| games      = {{Icon|t}}
<onlyinclude>{{#ifeq:{{{transcludesection|opcode}}}|opcode|
+
| command    = CLEAR_HELP
'''Description'''
+
| description = Clears any [[Text#Help message|help message]]
: Removes a text box
+
| syntax1    = 03E6: remove_text_box
'''Syntax'''
+
| p1t        = ''none''
: 03E6: remove_text_box
+
| native      = [[CLEAR_HELP]]
'''Parameter'''
+
}}
: ''none''
 
'''Native analog'''
 
: [[CLEAR_HELP]]
 
  
This removes the text box created by opcodes [[03E5]], [[0512]], or any text boxes created by the game.
+
This opcode clears all help messages that are being displayed on the screen.
}}</onlyinclude>
 
 
 
== Hardcoded text boxes ==
 
This is a list of all [[hardcoded]] text boxes that are created by the game and can be removed by this opcode.
 
* Using a bomb shop
 
* Attempting to pick up a type of weapon that you already have
 
* Attempting to pick up property pickups
 
* Inputting cheats
 
  
 
== Keywords ==
 
== Keywords ==
text, box, help, remove, delete
+
clear, text, box, help, remove, message
 
 
[[Category:OpCodes]]
 

Latest revision as of 00:20, 14 February 2016

GTA III Vice City San Andreas CLEAR_HELP


Description
Clears any help message
Syntax
03E6: remove_text_box
Parameter
none
Native analog
CLEAR_HELP

This opcode clears all help messages that are being displayed on the screen.

Keywords

clear, text, box, help, remove, message