EVENT INITCOMPLETE

From EDukeWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Event ID player# THISACTOR RETURN
EVENT_INITCOMPLETE -1 -1 0 values

EVENT_INITCOMPLETE is a Misc Event.

It is called after the game has finished all initialization, just before the main loop starts.

It occurs after EVENT_INIT and EVENT_SETDEFAULTS, and just before the game is launched, thus allowing access to struct values that are not available in EVENT_INIT.