EVENT DISPLAYEND

From EDukeWiki
Revision as of 08:49, 30 January 2022 by Doom64hunter (talk | contribs)
Jump to navigation Jump to search
Event ID player# THISACTOR RETURN
EVENT_DISPLAYEND screenpeek player->i 0 values

EVENT_DISPLAYEND is a Game Event.

Triggered after the game draws everything above the screen, including menus. A counterpart to EVENT_DISPLAYSTART

This occurs before EVENT_DISPLAYROOMS.