EVENT INITCOMPLETE

From EDukeWiki
Revision as of 00:33, 5 August 2021 by Doom64hunter (talk | contribs)
Jump to navigation Jump to search
Event ID player# THISACTOR RETURN
EVENT_INITCOMPLETE -1 none none

EVENT_INITCOMPLETE is a Misc Event.

It is called after the game has finished all initialization, just before the main loop starts. No current player is set for this event.

It occurs after EVENT_INIT and EVENT_SETDEFAULTS, and thus allows accessing of structs and values that are not available in EVENT_INIT.