Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Flipper 6.0 Help File - <b>is_menu_on()</b> c_exam04 http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
IS_MENU_ON()                                                        C_EXAM04
   Determines if the specified menu is awake or asleep.

   Syntax
         nYesOrNo = IS_MENU_ON(nMenuNum)

   Arguments
         nMenuNum    Sets the number of the menu to check.

   Returns
         nYesOrNo    Returns whether the menu selected is on or off.
                     0 = (No) Menu is asleep.
                     1 = (Yes) Menu is active.

   Description
         IS_MENU_ON() determines if the specified menu is currently awake and
         active, or asleep and dormant.

See Also: MENU_SLEEP() MENU_WAKE()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson