SpawnGlitter

From Eternity Wiki
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

SpawnGlitter (string type [, int momentum])

Usage

SpawnGlitter is a glitter spawning function, used by the teleporters from Heretic. It can be used to make a fountain of any type of object. One object will be spawned at a randomized coordinate within a 32-unit square around the source object, and will be given z momentum specified in the second argument, given in eighths of a unit per tic.

Parameters

  • type: The thing type to spawn. If invalid, "Unknown" will be used.
  • momentum: Fixed-point amount of z momentum to apply to the object. (Default of 0 = 0.25 units/tic)