EVENT DISPLAYLOADINGSCREEN

From EDukeWiki
Revision as of 08:53, 5 August 2021 by Doom64hunter (talk | contribs)
Jump to navigation Jump to search
Event ID player# THISACTOR RETURN
EVENT_DISPLAYLOADINGSCREEN Current Player player->i yes (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 is stored in RETURN. This event is not to be confused with EVENT_GETLOADTILE.