EVENT NEWGAME: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
m Added note about order of EVENT_NEWGAMECUSTOM and EVENT_NEWGAME.
mNo edit summary
Line 1: Line 1:
EVENT_NEWGAME is a [[EDuke32 event list|Game Event]].
EVENT_NEWGAME is a [[EDuke32 event list|Game Event]].


This [[event]] is fired when a new game is started, after [[EVENT_NEWGAMECUSTOM]] is triggered (if at all).
This [[event]] is fired when a new game is started.
 
This occurs when starting a new game over the main menu, loading a save, or when executing the `changelevel` or `map` console commands.


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

Revision as of 08:07, 3 August 2021

EVENT_NEWGAME is a Game Event.

This event is fired when a new game is started.

This occurs when starting a new game over the main menu, loading a save, or when executing the `changelevel` or `map` console commands.