Quick kick: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Matteus (talk | contribs)
No edit summary
 
No edit summary
 
(7 intermediate revisions by 5 users not shown)
Line 1: Line 1:
appears to store the information on whether a quick kick is being executed or not.
Member of the [[player]] structure; if non-zero, stores the frame of the quick kick that is being executed and counts backwards to zero. Setting '''quick_kick''' to 15 will cause the player to perform a quick kick. Comparable to [[kickback_pic]], except that it counts backwards instead of forwards.
 
Is also a secondary melee attack, used for close combat while reloading or another weapon fire prevention. Prints quote 80, "Mighty foot engaged!", at the top of the screen.
[[Category:Player structure members]]

Latest revision as of 10:48, 6 October 2017

Member of the player structure; if non-zero, stores the frame of the quick kick that is being executed and counts backwards to zero. Setting quick_kick to 15 will cause the player to perform a quick kick. Comparable to kickback_pic, except that it counts backwards instead of forwards.

Is also a secondary melee attack, used for close combat while reloading or another weapon fire prevention. Prints quote 80, "Mighty foot engaged!", at the top of the screen.