Disable mainmen

From Unofficial QEdit Wiki Guide
Revision as of 16:44, 23 May 2013 by Japanaman2 (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Syntax

Syntax: disable_mainmen

  • None

Use

Makes it so the player(s) can not bring up the main menu, and the quick swap menu.

Note: To re-enable the ability to bring up the main menu, and the quick swap menu use enable_mainmenu.

Example


100:     disable_mainmen  //Disables the ability to bring up both the main menu and the quick swap menu.
         ret 
101:     enable_mainmenu  //Re-enables the ability to bring up both the main menu and the quick swap menu.
         ret 

Also see

disable_mainmen, ret, enable_mainmenu