EVENT GETLOADTILE

From EDukeWiki
Revision as of 08:54, 5 August 2021 by Doom64hunter (talk | contribs)
Jump to navigation Jump to search
Event ID player# THISACTOR RETURN
EVENT_GETLOADTILE Current Player player->i yes (1 value)

EVENT_GETLOADTILE is a Game Event.

This event is used to set a custom tile for the loading screen.

EXAMPLE:

onevent EVENT_GETLOADTILE
 setvar RETURN <tilenum>
endevent

In the onevent code, set the gamevar RETURN to the tile you want the loading screen to be.