EVENT GETLOADTILE: Difference between revisions
Jump to navigation
Jump to search
Hendricks266 (talk | contribs) No edit summary |
Doom64hunter (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
{{EventTable|1=EVENT_GETLOADTILE|2=Current Player|3=[[i|player->i]]|4=yes (1 value)}} | |||
EVENT_GETLOADTILE is a [[EDuke32_event_list|Game Event]]. | EVENT_GETLOADTILE is a [[EDuke32_event_list|Game Event]]. | ||
Revision as of 07:54, 5 August 2021
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.