EVENT MAINMENUSCREEN: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
More accurate description.
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{EventTable|EVENT_MAINMENUSCREEN|[[myconnectindex]]|[[i|player->i]]|1 value}}
EVENT_MAINMENUSCREEN is a [[EDuke32 event list|Misc Event]].
EVENT_MAINMENUSCREEN is a [[EDuke32 event list|Misc Event]].


Triggered when the intro logos are displayed, which occurs on first startup, on quitting to title, and when completing a usermap or episode.  
Triggered when the intro logos are displayed, namely on the following conditions:
* On launching the game.
* After quitting to title.
* When completing a usermap. (i.e. the game tries to load a missing level)
* When [[endofgame]] is called, usually at the end of an episode.  


Set RETURN to -1 to disable the logo screens that appear before the main menu is displayed.
Set RETURN to -1 to disable the logo screens that appear before the main menu is displayed.


[[Category:Events]]
[[Category:Events]]

Latest revision as of 07:55, 4 February 2022

Event ID player# THISACTOR RETURN
EVENT_MAINMENUSCREEN myconnectindex player->i 1 value

EVENT_MAINMENUSCREEN is a Misc Event.

Triggered when the intro logos are displayed, namely on the following conditions:

  • On launching the game.
  • After quitting to title.
  • When completing a usermap. (i.e. the game tries to load a missing level)
  • When endofgame is called, usually at the end of an episode.

Set RETURN to -1 to disable the logo screens that appear before the main menu is displayed.