EVENT DISPLAYEND: Difference between revisions
Jump to navigation
Jump to search
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..." |
Doom64hunter (talk | contribs) 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 07: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.