A_ThrustLower

From ZDoom Wiki
Revision as of 05:54, 7 May 2012 by Blzut3 (talk | contribs) (Created page with "{{codepointer|r=Hexen}} '''A_ThrustLower'''<br> (''no parameter'')<br> Increments the floor clipping by 6 map units each call until it is fully underground. When buried, the...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A_ThrustLower
(no parameter)

Increments the floor clipping by 6 map units each call until it is fully underground. When buried, the first argument is set to 0 (lowered) and if the second argument (bloody) is non-zero will jump to the BloodThrustInit1 state, otherwise jumps to the ThrustInit1 state.

This codepointer is restricted to ThrustFloor and derived classes.