EVENT DISPLAYLEVELSTATS: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Documented the event
 
mNo edit summary
Line 1: Line 1:
{{EventTable|1=EVENT_DISPLAYLEVELSTATS|2=[[screenpeek]]|3=[[i|player->i]]|4=1 value}}
'''EVENT_DISPLAYLEVELSTATS''' is a [[EDuke32 event list|Game Event]].
'''EVENT_DISPLAYLEVELSTATS''' is a [[EDuke32 event list|Game Event]].


This [[event]] is called when the level stats, i.e. the number of kills, secrets found, and time elapsed, are displayed in the HUD.
This [[event]] is called when the level stats, i.e. the number of kills, secrets found, and time elapsed, are displayed in the HUD.


Set RETURN to -1 to disable the level stats display.
Set RETURN to a nonzero value to disable the level stats display.


[[Category:Events]]
[[Category:Events]]

Revision as of 06:32, 30 January 2022

Event ID player# THISACTOR RETURN
EVENT_DISPLAYLEVELSTATS screenpeek player->i 1 value

EVENT_DISPLAYLEVELSTATS is a Game Event.

This event is called when the level stats, i.e. the number of kills, secrets found, and time elapsed, are displayed in the HUD.

Set RETURN to a nonzero value to disable the level stats display.