EVENT GETAUTOAIMANGLE

From EDukeWiki
Revision as of 18:14, 22 January 2007 by DeeperThought (talk | contribs) (New page: Called when the auto aim angle is desired for the weapon. Set AUTOAIMANGLE to zero to disable auto-aim for the weapon. Default value for AUTOAIMANGLE is 48. Example: onevent EVEN...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Called when the auto aim angle is desired for the weapon.

Set AUTOAIMANGLE to zero to disable auto-aim for the weapon.

Default value for AUTOAIMANGLE is 48.


Example:


onevent EVENT_GETAUTOAIMANGLE

                               // default is 48
ifvare currentweapon 1         // the pistol
   setvar AUTOAIMANGLE 64      // a 'wider' auto-aim angle.

endevent