EVENT DISPLAYLEVELSTATS: Difference between revisions
Jump to navigation
Jump to search
Doom64hunter (talk | contribs) mNo edit summary |
Doom64hunter (talk | contribs) mNo edit summary |
||
Line 3: | Line 3: | ||
'''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 | This [[event]] is called when the level statistics, i.e. the number of kills, secrets found, and time elapsed, are displayed in the HUD. This occurs if [[levelstats|ud.levelstats]] is set to 1. | ||
Set RETURN to a nonzero value to disable the level stats display. | Set RETURN to a nonzero value to disable the level stats display. | ||
[[Category:Events]] | [[Category:Events]] |
Latest revision as of 08:01, 4 February 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 statistics, i.e. the number of kills, secrets found, and time elapsed, are displayed in the HUD. This occurs if ud.levelstats is set to 1.
Set RETURN to a nonzero value to disable the level stats display.