Difference between revisions of "09FA"

From GTAMods Wiki
Jump to navigation Jump to search
m
 
Line 1: Line 1:
<code>09FA=0,</code><br>
+
{{OpCode
'''Description''': Checks if the main menu has been closed<br>
+
| games      = {{Icon|SA}}
'''Supports''': San Andreas<br>
+
| command    = HAS_GAME_JUST_RETURNED_FROM_FRONTEND
 +
| description = Checks if the main menu is closed
 +
| syntax1    = 09FA: &nbsp; is_menu_closed
 +
| p1t        = ''none''
 +
}}
  
This opcode checks if the player has closed the main menu. If so, the condition is true, otherwise it's false. This opcode is commonly used in pair with [[0A0F]].
+
This conditional opcode returns true if the main menu is closed. It is commonly used in pair with [[0A0F]].
  
==Keywords==
+
== Keywords ==
check, menu, closed
+
check, menu, frontend, returned, closed
 
 
[[Category:OpCodes]]
 

Latest revision as of 23:28, 28 November 2016

San Andreas HAS_GAME_JUST_RETURNED_FROM_FRONTEND


Description
Checks if the main menu is closed
Syntax
09FA:   is_menu_closed
Parameter
none

This conditional opcode returns true if the main menu is closed. It is commonly used in pair with 0A0F.

Keywords

check, menu, frontend, returned, closed