EVENT DISPLAYBONUSSCREEN: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This event is loaded during the between levels screen.
{{EventTable|1=EVENT_DISPLAYBONUSSCREEN|2=[[screenpeek]]|3=[[i|player->i]]|4=0 values}}


Not much is know about how to control it. Rotatesprite seems to work after the texts are shown.
EVENT_DISPLAYBONUSSCREEN is a [[EDuke32_event_list|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.  
 
[[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.