EVENT LOOKDOWN: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Mblackwell (talk | contribs)
mNo edit summary
No edit summary
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
EVENT_LOOKDOWN is a [http://www.eduke32.com/wiki/index.php?title=EDuke32_event_list Game Event].
EVENT_LOOKDOWN is a [[EDuke32_event_list|Game Event]].


This event is called when the player presses the key assigned to quickly tilt the player's view down (''Page Down'' by default).
This [[event]] is called when the player presses the key assigned to quickly tilt the player's view down (''Page Down'' by default).
 
Also note that if the player presses the EVENT_LOOKDOWN key till [[horz]] equals -99 that it will return to 95 and not 100.
 
Set gamevar [[RETURN]] to any non-zero value to ignore the key.
[[Category:Events]]

Revision as of 00:59, 5 February 2011

EVENT_LOOKDOWN is a Game Event.

This event is called when the player presses the key assigned to quickly tilt the player's view down (Page Down by default).

Also note that if the player presses the EVENT_LOOKDOWN key till horz equals -99 that it will return to 95 and not 100.

Set gamevar RETURN to any non-zero value to ignore the key.