SpawnTeleGlitter2: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
(Created page with "{{codepointer|description=Spawns a "TeleGlitterBlue" object in a random location within a 32x32 square around the current actor, and gives it a vertical speed of 0.25. |usage='''A_SpawnTeleGlitter2''' |seealso= *SpawnGlitter *SpawnTeleGlitter}}")
 
(No difference)

Latest revision as of 15:16, 24 October 2024

Description

Spawns a "TeleGlitterBlue" object in a random location within a 32x32 square around the current actor, and gives it a vertical speed of 0.25.

Usage

A_SpawnTeleGlitter2

Parameters

No parameters.

Examples

No examples given.

Notes

No particular notes.

See also