EVENT CROUCH: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
m "the" typo
Fox (talk | contribs)
No edit summary
Line 1: Line 1:
EVENT_CROUCH is a [http://www.eduke32.com/wiki/index.php?title=EDuke32_event_list Game Event].
EVENT_CROUCH is a [http://www.eduke32.com/wiki/index.php?title=EDuke32_event_list Game Event].


This [[event]] is fired when processing the crouch event (down key pressed when jetpack is not on).  Note that is is NOT fired directly when the key is pressed.
This [[event]] is fired when processing the crouch event (down key pressed when jetpack is not on).  Note that is NOT fired directly when the key is pressed.
 
Set gamevar RETURN -1 to disable screen "downing" when the player is ducking.


[[Category:Events]]
[[Category:Events]]

Revision as of 17:03, 13 November 2007

EVENT_CROUCH is a Game Event.

This event is fired when processing the crouch event (down key pressed when jetpack is not on). Note that is NOT fired directly when the key is pressed.

Set gamevar RETURN -1 to disable screen "downing" when the player is ducking.