EVENT CROUCH: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Undo revision 6955 (Oops)
One (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 [[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 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.
Set gamevar [[RETURN]] to any non-zero value to disable screen "downing" when the player is ducking.


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

Revision as of 11:01, 3 May 2009

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 to any non-zero value to disable screen "downing" when the player is ducking.