RainImpact: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
(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.}}")
 
(No difference)

Latest revision as of 16:01, 24 October 2024

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