EVENT DISPLAYEND: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Jblade (talk | contribs)
Created page with "EVENT_DISPLAYEND is a Game Event. Triggered after the game draws everything above the screen, including menus. A counterpart to EVENT_DISPLAYSTART..."
 
mNo edit summary
Line 1: Line 1:
{{EventTable|1=EVENT_DISPLAYEND |2=[[screenpeek]]|3=[[i|player->i]]|4=0 values}}
EVENT_DISPLAYEND is a [[EDuke32_event_list|Game Event]].
EVENT_DISPLAYEND is a [[EDuke32_event_list|Game Event]].


Triggered after the game draws everything above the screen, including menus. A counterpart to [[EVENT_DISPLAYSTART]]
Triggered after the game draws everything above the screen, including menus. A counterpart to [[EVENT_DISPLAYSTART]]
This occurs before [[EVENT_DISPLAYROOMS]].


[[Category:Events]]
[[Category:Events]]

Revision as of 08:49, 30 January 2022

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.