EVENT GETSHOTRANGE: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Jblade (talk | contribs)
mNo edit summary
One (talk | contribs)
No edit summary
Line 1: Line 1:
EVENT_GETSHOTRANGE is a [[EDuke32_event_list|Game Event]].
This [[event]] is triggered at the moment that a hitscan projectile is fired from a player, including the pistol, shotgun and chaingun (this includes all weapon that hit instantly rather than traveling through the air).  Adjusting [[ANGRANGE]] and [[ZRANGE]] will effect the degree of randomness of the projectile's trajectory. The default value for ANGRANGE is 32, and 256 for ZRANGE.
This [[event]] is triggered at the moment that a hitscan projectile is fired from a player, including the pistol, shotgun and chaingun (this includes all weapon that hit instantly rather than traveling through the air).  Adjusting [[ANGRANGE]] and [[ZRANGE]] will effect the degree of randomness of the projectile's trajectory. The default value for ANGRANGE is 32, and 256 for ZRANGE.


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

Revision as of 11:29, 3 May 2009

EVENT_GETSHOTRANGE is a Game Event.

This event is triggered at the moment that a hitscan projectile is fired from a player, including the pistol, shotgun and chaingun (this includes all weapon that hit instantly rather than traveling through the air). Adjusting ANGRANGE and ZRANGE will effect the degree of randomness of the projectile's trajectory. The default value for ANGRANGE is 32, and 256 for ZRANGE.