EVENT DISPLAYSCUBA: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Jblade (talk | contribs)
Created page with "EVENT_DISPLAYSCUBA is a Game Event. This event is run whenever the Scuba gear sprite is displayed on screen (when the player has Scuba gear in Duke3D)..."
 
mNo edit summary
 
Line 1: Line 1:
{{EventTable|1=EVENT_DISPLAYSCUBA |2=[[screenpeek]]|3=[[i|player->i]]|4=1 value}}
EVENT_DISPLAYSCUBA is a [[EDuke32_event_list|Game Event]].
EVENT_DISPLAYSCUBA is a [[EDuke32_event_list|Game Event]].


This event is run whenever the Scuba gear sprite is displayed on screen (when the player has Scuba gear in Duke3D) set RETURN to 1 to disable.
This event is run whenever the Scuba gear sprite is displayed on screen in Duke3D.
 
Set RETURN to a nonzero value to disable.


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

Latest revision as of 07:06, 30 January 2022

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

EVENT_DISPLAYSCUBA is a Game Event.

This event is run whenever the Scuba gear sprite is displayed on screen in Duke3D.

Set RETURN to a nonzero value to disable.