SpawnRippers

From Eternity Wiki
Revision as of 14:41, 24 October 2024 by Printz (talk | contribs) (Created page with "{{codepointer|Ripper spawner for powered dragon claw attack impact. |usage='''A_SpawnRippers''' |notes= This spawns 8 objects of dehackednum 422 (ripper) at actor's position, giving them the same owner as actor's (as projectile). Each one is fired in each direction, given its '''speed''' and subsequently fired like a projectile.}}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Description

{{{description}}}

Usage

A_SpawnRippers

Parameters

No parameters.

Examples

No examples given.

Notes

This spawns 8 objects of dehackednum 422 (ripper) at actor's position, giving them the same owner as actor's (as projectile). Each one is fired in each direction, given its speed and subsequently fired like a projectile.

See also