EVENT INITCOMPLETE: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Added documentation for EVENT_INITCOMPLETE. No idea what can be done with this compared to EVENT_INIT though.
 
Add category
Line 1: Line 1:
EVENT_INITCOMPLETE is a [[Event| Game Event]].
EVENT_INITCOMPLETE is a [[EDuke32 event list|Game Event]].


It is called after the game has finished initializing (after EVENT_INIT and EVENT_SETDEFAULTS), just before the main loop starts.
It is called after the game has finished initializing (after EVENT_INIT and EVENT_SETDEFAULTS), just before the main loop starts.
[[Category:Events]]

Revision as of 02:32, 9 February 2020

EVENT_INITCOMPLETE is a Game Event.

It is called after the game has finished initializing (after EVENT_INIT and EVENT_SETDEFAULTS), just before the main loop starts.