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
 
(One intermediate revision by the same user not shown)
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]].



Latest revision as of 08:50, 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