EVENT DISPLAYOVERHEADMAPTEXT: Difference between revisions
Created page with "EVENT_DISPLAYOVERHEADMAPTEXT is a Game Event. Set RETURN to any non-zero value to disable hardcoded display of text. If you wish to replace the hardco..." |
Doom64hunter (talk | contribs) mNo edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{EventTable|1=EVENT_DISPLAYOVERHEADMAPTEXT |2=[[screenpeek]]|3=[[i|player->i]]|4=1 value}} | |||
EVENT_DISPLAYOVERHEADMAPTEXT is a [[EDuke32_event_list|Game Event]]. | EVENT_DISPLAYOVERHEADMAPTEXT is a [[EDuke32_event_list|Game Event]]. | ||
This event is executed whenever the automap is displayed (when [[overhead_on]] > 0). | |||
[[RETURN]] is set to 0 by default. Set RETURN to any non-zero value to disable the level and episode name display. | |||
[[Category:Events]] | [[Category:Events]] | ||
Latest revision as of 08:04, 4 February 2022
| Event ID | player# | THISACTOR | RETURN | |
|---|---|---|---|---|
| EVENT_DISPLAYOVERHEADMAPTEXT | screenpeek | player->i | 1 value |
EVENT_DISPLAYOVERHEADMAPTEXT is a Game Event.
This event is executed whenever the automap is displayed (when overhead_on > 0).
RETURN is set to 0 by default. Set RETURN to any non-zero value to disable the level and episode name display.