EVENT DISPLAYBORDER: Difference between revisions
Jump to navigation
Jump to search
Doom64hunter (talk | contribs) mNo edit summary |
Doom64hunter (talk | contribs) mNo edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{EventTable|1=EVENT_DISPLAYBORDER|2=[[screenpeek]]|3=[[i|player->i]]|4=1 value}} | |||
EVENT_DISPLAYBORDER is a [[EDuke32_event_list|Game Event]]. | EVENT_DISPLAYBORDER is a [[EDuke32_event_list|Game Event]]. | ||
Set RETURN to change the background tile of the game view. By default, this is the green slime tile you see at the ends of the fullscreen HUD bar. | Set RETURN to change the background tile of the game view. By default, this is tilenum 1141 (BIGHOLE), i.e. the green slime tile you see at the ends of the fullscreen HUD bar. | ||
Setting this to -1 will result in a hall of mirrors effect. | This event will execute even if the border is not visible. Setting this to -1 will result in a hall of mirrors effect. | ||
[[Category:Events]] | [[Category:Events]] |
Latest revision as of 07:58, 4 February 2022
Event ID | player# | THISACTOR | RETURN | |
---|---|---|---|---|
EVENT_DISPLAYBORDER | screenpeek | player->i | 1 value |
EVENT_DISPLAYBORDER is a Game Event.
Set RETURN to change the background tile of the game view. By default, this is tilenum 1141 (BIGHOLE), i.e. the green slime tile you see at the ends of the fullscreen HUD bar.
This event will execute even if the border is not visible. Setting this to -1 will result in a hall of mirrors effect.