SpawnRippers: Difference between revisions
From Eternity Wiki
Jump to navigationJump to search
(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.}}") |
(No difference)
|
Latest revision as of 15:41, 24 October 2024
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.