EVENT DISPLAYFIST

From EDukeWiki
Revision as of 07:51, 30 January 2022 by Doom64hunter (talk | contribs)
Jump to navigation Jump to search
Event ID player# THISACTOR RETURN
EVENT_DISPLAYFIST screenpeek player->i 1 value

EVENT_DISPLAYFIST is a Game Event.

This event is run whenever the fist animation is played, triggered when using a nuke button level exit in Duke3D.

Setting RETURN to -1 disables the fist animation, and the player's current weapon will remain visible.

Setting RETURN to 1 disables the fist animation, but the weapon remains hidden.