EVENT ALTFIRE

From EDukeWiki
Jump to navigation Jump to search
Event ID player# THISACTOR RETURN
EVENT_ALTFIRE player that executed the input player->i 0 values

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 global WEAPON and WORKSLIKE gamevars.

See also EVENT_FIRE, EVENT_PRESSEDFIRE and EVENT_DOFIRE.