EVENT DISPLAYLOADINGSCREEN

From EDukeWiki
Revision as of 14:19, 11 January 2015 by Jblade (talk | contribs) (added note about loading bat stored into RETURN (added by TerminX in r4900))
Jump to navigation Jump to search

EVENT_DISPLAYLOADINGSCREEN is a game event.

This event is called whenever the loading screen is drawn, after the actual background has been displayed; it can be used to draw sprites on top of the loading screen. The current loading progress is stored in RETURN. This event is not to be confused with EVENT_GETLOADTILE.