RainImpact

From Eternity Wiki
Revision as of 16:01, 24 October 2024 by Printz (talk | contribs) (Created page with "{{codepointer|description=Projectile special impact for Heretic hellstaff rain. |usage='''A_RainImpact''' |notes= Commonly called during the death frames. If actor's Z position is above the floor, it will go into the "AirDeath" state if available. Otherwise, on hitting a splashy terrain, there's a 5/32 chance that it will trigger the splash even if having the '''NOSPLASH''' flag.}}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Description

Projectile special impact for Heretic hellstaff rain.

Usage

A_RainImpact

Parameters

No parameters.

Examples

No examples given.

Notes

Commonly called during the death frames.

If actor's Z position is above the floor, it will go into the "AirDeath" state if available. Otherwise, on hitting a splashy terrain, there's a 5/32 chance that it will trigger the splash even if having the NOSPLASH flag.

See also