Difference between revisions of "03E6"

From GTAMods Wiki
Jump to navigation Jump to search
(New page: {{OpCode | ini = 03E6=0, | description = Removes a text box | game = GTA3, Vice City, San Andreas | native = CLEAR_HELP }} This removes the text box created by [[03...)
 
(updating page)
Line 1: Line 1:
{{OpCode
+
{{Icon|trilogy}} '''CLEAR_HELP'''
| ini        = 03E6=0,
+
<hr />
| description = Removes a text box
+
<onlyinclude>{{#ifeq:{{{transcludesection|opcode}}}|opcode|
| game        = GTA3, Vice City, San Andreas
+
'''Description'''
| native      = [[CLEAR_HELP]]
+
: Removes a text box
}}
+
'''Syntax'''
This removes the text box created by [[03E5]], [[0512]], or any text boxes created by the game.
+
: 03E6: remove_text_box
 +
'''Parameter'''
 +
: ''none''
 +
'''Native analog'''
 +
: [[CLEAR_HELP]]
  
==Keywords==
+
This removes the text box created by opcodes [[03E5]], [[0512]], or any text boxes created by the game.
 +
}}</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 ==
 
text, box, help, remove, delete
 
text, box, help, remove, delete
 +
 +
[[Category:OpCodes]]

Revision as of 02:10, 16 March 2012

GTA III Vice City San Andreas CLEAR_HELP


Description

Removes a text box

Syntax

03E6: remove_text_box

Parameter

none

Native analog

CLEAR_HELP

This removes the text box created by opcodes 03E5, 0512, or any text boxes created by the game.

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

text, box, help, remove, delete