EVENT NEWGAME: Difference between revisions
Jump to navigation
Jump to search
Hendricks266 (talk | contribs) Created page with "EVENT_NEWGAME is a Game Event. This event is fired when a new game is started. Category:Events" |
Doom64hunter (talk | contribs) m Added note about order of EVENT_NEWGAMECUSTOM and EVENT_NEWGAME. |
||
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. | This [[event]] is fired when a new game is started, after [[EVENT_NEWGAMECUSTOM]] is triggered (if at all). | ||
[[Category:Events]] | [[Category:Events]] |
Revision as of 01:51, 9 February 2020
EVENT_NEWGAME is a Game Event.
This event is fired when a new game is started, after EVENT_NEWGAMECUSTOM is triggered (if at all).