EVENT MAINMENUSCREEN: Difference between revisions
Jump to navigation
Jump to search
Doom64hunter (talk | contribs) mNo edit summary |
Doom64hunter (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
{{EventTable|EVENT_MAINMENUSCREEN| | {{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, | 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 06: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.