EVENT DISPLAYLOADINGSCREEN

From EDukeWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Event ID player# THISACTOR RETURN
EVENT_DISPLAYLOADINGSCREEN screenpeek player->i 1 value

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 percentage is stored in RETURN. This event is not to be confused with EVENT_GETLOADTILE.