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
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{EventTable|1=EVENT_NEWGAME|2=[[screenpeek]]|3=[[i|player->i]]|4=0 values}}
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]]

Latest revision as of 07:56, 4 February 2022

Event ID player# THISACTOR RETURN
EVENT_NEWGAME screenpeek player->i 0 values

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.