Difference between revisions of "0A2A"

From GTAMods Wiki
Jump to navigation Jump to search
(New page: {{OpCode | ini = 0A2A=1, %1g% | description = Checks if a specific text box is being displayed | p1 = GXT string | game = San Andreas | native = [[IS_THIS...)
 
 
Line 1: Line 1:
 
{{OpCode
 
{{OpCode
| ini        = 0A2A=1,  %1g%
+
| games      = {{Icon|SA}}
| description = Checks if a specific text box is being displayed
+
| command    = IS_THIS_HELP_MESSAGE_BEING_DISPLAYED
| p1          = [[GXT]] string
+
| description = Checks if the [[Text#Help message|help message]] is being displayed
| game        = San Andreas
+
| syntax1    = 0A2A:   text_box '[''string'']' displayed
 +
| p1t        = [''string'']
 +
| p1d        = [[GXT]] key
 
| native      = [[IS_THIS_HELP_MESSAGE_BEING_DISPLAYED]]
 
| native      = [[IS_THIS_HELP_MESSAGE_BEING_DISPLAYED]]
 
}}
 
}}
This checks if a text box with the GXT string is being displayed.
 
  
==Keywords==
+
== Keywords ==
text, box, help
+
text, box, help, message

Latest revision as of 08:09, 29 November 2016

San Andreas IS_THIS_HELP_MESSAGE_BEING_DISPLAYED


Description
Checks if the help message is being displayed
Syntax
0A2A:   text_box '[string]' displayed
Parameter
[string]
GXT key
Native analog
IS_THIS_HELP_MESSAGE_BEING_DISPLAYED

Keywords

text, box, help, message