EVENT DISPLAYBONUSSCREEN: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
One (talk | contribs)
mNo edit summary
mNo edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
EVENT_ISPLAYBONUSSCREEN is a [[EDuke32_event_list|Game Event]].
{{EventTable|1=EVENT_DISPLAYBONUSSCREEN|2=[[screenpeek]]|3=[[i|player->i]]|4=0 values}}


This event is loaded during the between levels screen.
EVENT_DISPLAYBONUSSCREEN is a [[EDuke32_event_list|Game Event]].


Not much is know about how to control it. Rotatesprite seems to work after the texts are shown.
This [[event]] is called whenever the bonus screen (i.e. intermission screen) is drawn.
 
This event can be used to draw sprites on the bonus screen.  


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

Latest revision as of 08:43, 4 February 2022

Event ID player# THISACTOR RETURN
EVENT_DISPLAYBONUSSCREEN screenpeek player->i 0 values

EVENT_DISPLAYBONUSSCREEN is a Game Event.

This event is called whenever the bonus screen (i.e. intermission screen) is drawn.

This event can be used to draw sprites on the bonus screen.