EVENT ALTFIRE

From EDukeWiki
Revision as of 11:51, 24 July 2020 by Doom64hunter (talk | contribs) (Add missing documentation for altfire event)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

EVENT_ALTFIRE is a game event.

This event is called every game tic when the player is holding the key mapped to gamefunc_Alt_Fire.

By itself this gamefunc does nothing except update the curr_weapon and WORKSLIKE gamevars.

See also EVENT_FIRE, EVENT_PRESSEDFIRE and EVENT_DOFIRE.