EVENT FIRE: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
No edit summary
Jblade (talk | contribs)
No edit summary
Line 4: Line 4:


See also [[EVENT_PRESSEDFIRE]] and [[EVENT_DOFIRE]].
See also [[EVENT_PRESSEDFIRE]] and [[EVENT_DOFIRE]].
[[Category:Events]]

Revision as of 01:59, 21 April 2008

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.