EVENT FIRE: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
This event is called when the player fire ( default key is "CTRL" ). You can do various effects with this event and the gamevar "WEAPON".
This event is called when the player fires ( default key is "CTRL" ).
 
The hard-coded [[gamevar]] [[WEAPON]] contains the variable for the player's current weapon.
 
See also [[EVENT_PRESSEDFIRE]] and [[EVENT_DOFIRE]].

Revision as of 16:21, 4 November 2006

This event is called when the player fires ( default key is "CTRL" ).

The hard-coded gamevar WEAPON contains the variable for the player's current weapon.

See also EVENT_PRESSEDFIRE and EVENT_DOFIRE.