EVENT DISPLAYROOMSEND: Difference between revisions
Jump to navigation
Jump to search
Created page with "EVENT_DISPLAYROOMSEND is a Game Event. Triggered right after the game world is rendered and before any sprite above the screen. Category:Events" |
Doom64hunter (talk | contribs) mNo edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{EventTable|1=EVENT_DISPLAYROOMSEND |2=[[screenpeek]]|3=[[i|player->i]]|4=0 values}} | |||
EVENT_DISPLAYROOMSEND is a [[EDuke32_event_list|Game Event]]. | EVENT_DISPLAYROOMSEND is a [[EDuke32_event_list|Game Event]]. | ||
Triggered right after the game world is rendered | Triggered right after the game world is rendered. | ||
Unlike [[EVENT_DISPLAYROOMS]] this is never run for mirrors. | |||
[[Category:Events]] | [[Category:Events]] |
Latest revision as of 11:12, 4 February 2022
Event ID | player# | THISACTOR | RETURN | |
---|---|---|---|---|
EVENT_DISPLAYROOMSEND | screenpeek | player->i | 0 values |
EVENT_DISPLAYROOMSEND is a Game Event.
Triggered right after the game world is rendered.
Unlike EVENT_DISPLAYROOMS this is never run for mirrors.