A_IceGuyMissileExplode

From ZDoom Wiki
Jump to navigation Jump to search

A_IceGuyMissileExplode
(no parameters)

Fires eight IceGuyFX2 projectiles in the eight cardinal and ordinal directions, and gives them a slow vertical velocity of -0.3 (i.e., downwards). The calling actor's own angle and pitch are irrelevant. The calling actor's target is transferred to each shard, so this function only works as intended if called by a projectile.

This codepointer is restricted to IceGuyFX and derived classes.