EVENT LOOKUP: Difference between revisions

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


This [[event]] is called when the player presses the key assigned to quickly tilt the player's view up (''Page Up'' by default).
This [[event]] is called when the player presses the key assigned to quickly tilt the player's view up (''Page Up'' by default).
Also note that if the player presses the EVENT_LOOKUP key till [[horz]] equals 299 that it will return to 105 and not 100.


Set gamevar [[RETURN]] to any non-zero value to ignore the key.
Set gamevar [[RETURN]] to any non-zero value to ignore the key.
[[Category:Events]]
[[Category:Events]]

Revision as of 00:58, 5 February 2011

EVENT_LOOKUP is a Game Event.

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

Also note that if the player presses the EVENT_LOOKUP key till horz equals 299 that it will return to 105 and not 100.

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