EVENT DISPLAYMENUREST: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Hendricks266 (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
EVENT_DISPLAYMENUREST is a [[EDuke32 event list|Game Event]]. | EVENT_DISPLAYMENUREST is a [[EDuke32 event list|Game Event]]. | ||
This [[event]] called whenever the main menu is drawn. Everything drawn within this event is drawn ''above'' the main menu. | This [[event]] called whenever the main menu is drawn. Everything drawn within this event is drawn ''above'' the main menu. This can also be used to draw on top of the help and credits screens. | ||
Remember that working around, hiding, or skipping the EDuke32 port credits ([[current_menu]] values 993 and 994) is a violation of the EDuke32 license. | |||
[[Category:Events]] | [[Category:Events]] |
Revision as of 21:15, 28 October 2012
EVENT_DISPLAYMENUREST is a Game Event.
This event called whenever the main menu is drawn. Everything drawn within this event is drawn above the main menu. This can also be used to draw on top of the help and credits screens.
Remember that working around, hiding, or skipping the EDuke32 port credits (current_menu values 993 and 994) is a violation of the EDuke32 license.