EVENT DISPLAYBONUSSCREEN: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
Line 1: Line 1:
{{EventTable|1=EVENT_DISPLAYBONUSSCREEN|2=Current Player|3=[[i|player->i]]|4=none}}
{{EventTable|1=EVENT_DISPLAYBONUSSCREEN|2=[[screenpeek]]|3=[[i|player->i]]|4=0 values}}


EVENT_DISPLAYBONUSSCREEN is a [[EDuke32_event_list|Game Event]].
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.  
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.