EVENT EXITPROGRAMSCREEN: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Jblade (talk | contribs)
Created page with "EVENT_EXITPROGRAMSCREEN is a Game Event. Triggered when the program is closed. Set RETURN to -1 to disable the shareware or TEN screens, if they were e..."
 
mNo edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
EVENT_EXITPROGRAMSCREEN is a [[EDuke32 event list|Game Event]].
{{EventTable|EVENT_EXITPROGRAMSCREEN|[[myconnectindex]]|[[i|player->i]]|1 value}}


Triggered when the program is closed. Set RETURN to -1 to disable the shareware or TEN screens, if they were enabled in LOGO_FLAGS.
EVENT_EXITPROGRAMSCREEN is a [[EDuke32 event list|Misc Event]].
 
Triggered when the program is closed. Set RETURN to a non-zero value to disable the shareware or TEN screens, if they were enabled in LOGO_FLAGS.


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

Latest revision as of 07:35, 4 February 2022

Event ID player# THISACTOR RETURN
EVENT_EXITPROGRAMSCREEN myconnectindex player->i 1 value

EVENT_EXITPROGRAMSCREEN is a Misc Event.

Triggered when the program is closed. Set RETURN to a non-zero value to disable the shareware or TEN screens, if they were enabled in LOGO_FLAGS.