EVENT DISPLAYOVERHEADMAPTEXT: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Jblade (talk | contribs)
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..."
 
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]].


Set RETURN to any non-zero value to disable hardcoded display of text.
This event is executed whenever the automap is displayed (when [[overhead_on]] > 0).


If you wish to replace the hardcoded text, you must check that userdef[].overhead_on == 2 yourself.
[[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 09: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.