A_ThrustInitDn

From ZDoom Wiki
Revision as of 05:47, 7 May 2012 by Blzut3 (talk | contribs) (Created page with "{{codepointer|r=Hexen}} '''A_ThrustInitDn'''<br> (''no parameter'')<br> Sets special2 (raise speed) to 5, initializes floor clipping to actor's height, and sets the first arg...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A_ThrustInitDn
(no parameter)

Sets special2 (raise speed) to 5, initializes floor clipping to actor's height, and sets the first argument to 0 (lowered). The flags NOTELEPORT and FLOORCLIP are set and many other flags will be cleared. The actor is set to be invisible and a DirtClump is spawned in its place.

This codepointer is restricted to ThrustFloor and derived classes.