EVENT DISPLAYSTART: Difference between revisions
Jump to navigation
Jump to search
Created page with "EVENT_DISPLAYSTART is a Game Event. Triggered before the game draws anything above the screen. A counterpart to EVENT_DISPLAYEND Category:Events" |
Doom64hunter (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
{{EventTable|1=EVENT_DISPLAYSTART |2=[[screenpeek]]|3=[[i|player->i]]|4=0 values}} | |||
EVENT_DISPLAYSTART is a [[EDuke32_event_list|Game Event]]. | EVENT_DISPLAYSTART is a [[EDuke32_event_list|Game Event]]. | ||
Triggered before the game draws anything above the screen. A counterpart to [[EVENT_DISPLAYEND]] | Triggered before the game draws anything above the screen, before [[EVENT_DISPLAYROOMS]]. A counterpart to [[EVENT_DISPLAYEND]] | ||
[[Category:Events]] | [[Category:Events]] |
Latest revision as of 08:00, 30 January 2022
Event ID | player# | THISACTOR | RETURN | |
---|---|---|---|---|
EVENT_DISPLAYSTART | screenpeek | player->i | 0 values |
EVENT_DISPLAYSTART is a Game Event.
Triggered before the game draws anything above the screen, before EVENT_DISPLAYROOMS. A counterpart to EVENT_DISPLAYEND