SpawnTeleGlitter2

From Eternity Wiki
Revision as of 14:16, 24 October 2024 by Printz (talk | contribs) (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}}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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